|
OpenCTF
1.7.0
Open Component Test Framework
|
An instance of class contains a list of registered test handlers (objects which implement IComponentHandler) and iterates over this list to build the DUnit test suite with all component tests. More...
Inherits TObject.
Public Member Functions | |
| ~THandlerManager () | |
| Destroy. | |
| Add (const IComponentHandler Handler) | |
| Add a component handler. More... | |
An instance of class contains a list of registered test handlers (objects which implement IComponentHandler) and iterates over this list to build the DUnit test suite with all component tests.
The only instance of this class is declared and initialized in the OpenCTF main unit (OpenCTF.pas).
| THandlerManager::Add | ( | const IComponentHandler | Handler | ) |
Add a component handler.
The method THandlerManager::Add adds a new component handler to the handler list.
This procedure usually appears in the initialization section of units which contain specialized subclasses of TComponentHandler and TComponentTest.