|
| TestSuite (FIDString _name) |
|
tresult | addTest (FIDString _name, ITest *test) SMTG_OVERRIDE |
|
tresult | addTestSuite (FIDString _name, ITestSuite *testSuite) SMTG_OVERRIDE |
|
tresult | setEnvironment (ITest *) SMTG_OVERRIDE |
|
int32 | getTestCount () const |
|
tresult | getTest (int32 index, ITest *&_test, std::string &_name) const |
|
tresult | getTestSuite (int32 index, ITestSuite *&testSuite, std::string &_name) const |
|
ITestSuite * | getTestSuite (FIDString _name) const |
|
const std::string & | getName () const |
|
| OBJ_METHODS (TestSuite, FObject) REFCOUNT_METHODS(FObject) DEF_INTERFACES_1(ITestSuite |
|
virtual tresult | addTest (FIDString name, ITest *test)=0 |
|
virtual tresult | addTestSuite (FIDString name, ITestSuite *testSuite)=0 |
|
virtual tresult | setEnvironment (ITest *environment)=0 |
|
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
|
virtual uint32 | addRef ()=0 |
|
virtual uint32 | release ()=0 |
|