Searched refs:TestCase (Results 1 – 2 of 2) sorted by relevance
987 const TestCase* GetTestCase(int i) const { in GetTestCase()994 TestCase* GetMutableTestCase(int i) { in GetMutableTestCase()1043 TestCase* GetTestCase(const char* test_case_name,1086 void set_current_test_case(TestCase* a_current_test_case) { in set_current_test_case()1113 ForEach(test_cases_, TestCase::ClearTestCaseResult); in ClearNonAdHocTestResult()1143 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case()1250 std::vector<TestCase*> test_cases_;1274 TestCase* current_test_case_;1569 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()1573 void OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()[all …]
10388 template <class TestCase>10390 : public TestMetaFactoryBase<typename TestCase::ParamType> {10392 typedef typename TestCase::ParamType ParamType;10397 return new ParameterizedTestFactory<TestCase>(parameter);10442 template <class TestCase>10448 typedef typename TestCase::ParamType ParamType;10458 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }10513 TestCase::SetUpTestCase,10514 TestCase::TearDownTestCase,10567 template <class TestCase>[all …]