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 | |
virtual tresult | addTestSuite (FIDString name, ITestSuite *testSuite)=0 |
append an entire test suite as a child suite | |
virtual tresult | setEnvironment (ITest *environment)=0 |
![]() | |
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 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 |