Searched defs:TestCase (Results 1 – 6 of 6) sorted by relevance
80 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { in OnTestCaseStart()96 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) { in OnTestCaseEnd()
62 TestCase = _test_module.TestCase # pylint: disable-msg=C6409 variable
173 class TestCase; variable542 friend class TestCase; variable675 friend class TestCase; variable994 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart()998 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} in OnTestCaseEnd()
56 TestCase() { registerTestCase(this); } in TestCase() function
2364 TestCase::TestCase(const char* a_name, const char* a_type_param, in TestCase() function in testing::TestCase