Home
last modified time | relevance | path

Searched defs:test_case (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-unittest-api_test.cc76 const TestCase* test_case = unit_test.GetTestCase(i); in FindTestCase() local
86 static TestInfo const** const GetSortedTests(const TestCase* test_case) { in GetSortedTests()
148 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); in TEST() local
211 const TestCase* test_case = UnitTestHelper::FindTestCase("DISABLED_Test"); in TEST() local
279 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); in TearDown() local
Dgtest_unittest.cc1962 const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); in ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase() local
1995 const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); in SetUpTestCase() local
5186 const TestCase* const test_case = GetUnitTestImpl()-> in GetTestInfo() local
/ndk/sources/third_party/googletest/googletest/samples/
Dsample9_unittest.cc143 const TestCase& test_case = *unit_test.GetTestCase(i); in main() local
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc327 static bool TestCasePassed(const TestCase* test_case) { in TestCasePassed()
332 static bool TestCaseFailed(const TestCase* test_case) { in TestCaseFailed()
338 static bool ShouldRunTestCase(const TestCase* test_case) { in ShouldRunTestCase()
1932 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() local
2669 static void PrintTestName(const char * test_case, const char * test) { in PrintTestName()
2735 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
2786 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
2813 const TestCase& test_case = *unit_test.GetTestCase(i); in PrintFailedTests() local
3308 const TestCase& test_case) { in PrintXmlTestCase()
4085 const std::vector<TestCase*>::const_iterator test_case = in GetTestCase() local
[all …]
Dgtest-internal-inl.h1162 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
1166 void OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_suite_impl.hpp103 class BOOST_TEST_DECL test_case : public test_unit { class
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h832 static void ClearTestCaseResult(TestCase* test_case) { in ClearTestCaseResult()