Lines Matching refs:ITestCase
611 struct ITestCase : IShared { struct
614 virtual ~ITestCase();
635 class MethodTestCase : public SharedImpl<ITestCase> {
663 ( ITestCase* testCase,
2809 struct ITestCase;
2848 TestCase( ITestCase* testCase, TestCaseInfo const& info );
2863 Ptr<ITestCase> test;
2866 TestCase makeTestCase( ITestCase* testCase,
2904 class OcMethod : public SharedImpl<ITestCase> {
6517 class FreeFunctionTestCase : public SharedImpl<ITestCase> {
6546 ( ITestCase* testCase, in registerTestCase()
7336 TestCase makeTestCase( ITestCase* _testCase, in makeTestCase()
7434 …TestCase::TestCase( ITestCase* testCase, TestCaseInfo const& info ) : TestCaseInfo( info ), test( … in TestCase()
10204 ITestCase::~ITestCase() {} in ~ITestCase()