This test verifies an implementation of the Handler interface and an
implementation of the HandlerFactory interface.
author: Sebastien Chassande-Barrioz
For running the TestHandler suite standalone. A particular TestSuite is
used to initialized the class instance by setter methods.
One parameter is required:
a HandlerFactory class name
setHandlerFactoryClassName
public void setHandlerFactoryClassName(String lfcn)(Code)
It assigns the HandlerFactory class name. This method tries to get an
instance with this class name.
It creates one handler. Then it fetches it by its name with the
getHandler(String) method. It checks the name, properties, the
number of handler in the HandlerFactory.