VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
A collection of tests supporting a hierarchical ordering [host imp] [create via hostclasses]. More...
#include <itest.h>
Public Member Functions | |
virtual tresult | addTest (FIDString name, ITest *test)=0 |
append a new test More... | |
virtual tresult | addTestSuite (FIDString name, ITestSuite *testSuite)=0 |
append an entire test suite as a child suite More... | |
virtual tresult | setEnvironment (ITest *environment)=0 |
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 |
A collection of tests supporting a hierarchical ordering [host imp] [create via hostclasses].
|
pure virtual |
append an entire test suite as a child suite
|
static |