Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-listener_test.cc80 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { in OnTestCaseStart()
96 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) { in OnTestCaseEnd()
Dgtest_test_utils.py62 TestCase = _test_module.TestCase # pylint: disable-msg=C6409 variable
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h173 class TestCase; variable
542 friend class TestCase; variable
675 friend class TestCase; variable
994 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart()
998 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} in OnTestCaseEnd()
/ndk/tests/device/test-stlport/unit/cppunit/
Dcppunit_mini.h56 TestCase() { registerTestCase(this); } in TestCase() function
/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dcppunit_mini.h56 TestCase() { registerTestCase(this); } in TestCase() function
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2364 TestCase::TestCase(const char* a_name, const char* a_type_param, in TestCase() function in testing::TestCase