Searched defs:test_case (Results 1 – 7 of 7) sorted by relevance
76 const TestCase* test_case = unit_test.GetTestCase(i); in FindTestCase() local86 static TestInfo const** const GetSortedTests(const TestCase* test_case) { in GetSortedTests()148 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); in TEST() local211 const TestCase* test_case = UnitTestHelper::FindTestCase("DISABLED_Test"); in TEST() local279 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); in TearDown() local
1962 const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); in ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase() local1995 const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); in SetUpTestCase() local5186 const TestCase* const test_case = GetUnitTestImpl()-> in GetTestInfo() local
143 const TestCase& test_case = *unit_test.GetTestCase(i); in main() local
327 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() local2669 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() local3308 const TestCase& test_case) { in PrintXmlTestCase()4085 const std::vector<TestCase*>::const_iterator test_case = in GetTestCase() local[all …]
1162 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()1166 void OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
103 class BOOST_TEST_DECL test_case : public test_unit { class
832 static void ClearTestCaseResult(TestCase* test_case) { in ClearTestCaseResult()