| VST 3 Interfaces
    VST 3.7
    SDK for developing VST plug-in | 
Class factory that any testable module defines for creating tests
that will be executed from the host More...
#include <itest.h>
 Inheritance diagram for ITestFactory:
 Inheritance diagram for ITestFactory:| Public Member Functions | |
| virtual tresult | createTests (FUnknown *context, ITestSuite *parentSuite)=0 | 
| create the tests that this module provides. | |
|  Public Member Functions inherited from FUnknown | |
| virtual tresult | queryInterface (const TUID _iid, void **obj)=0 | 
| virtual uint32 | addRef ()=0 | 
| virtual uint32 | release ()=0 | 
| Static Public Attributes | |
| static const FUID | iid | 
|  Static Public Attributes inherited from FUnknown | |
| static const FUID | iid | 
Class factory that any testable module defines for creating tests
that will be executed from the host
| 
 | pure virtual | 
create the tests that this module provides.
| context | : | 
| parentSuite | : the test suite that the newly created tests shall register with. | 
| 
 | static |