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

/gem5/ext/googletest/googletest/samples/
H A Dsample9_unittest.cc143 const TestCase& test_case = *unit_test.GetTestCase(i); local
/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc76 const TestCase* test_case = unit_test.GetTestCase(i); local
86 static TestInfo const** GetSortedTests(const TestCase* test_case) { argument
148 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); local
211 const TestCase* test_case = UnitTestHelper::FindTestCase("DISABLED_Test"); local
279 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); local
[all...]
H A Dgtest-param-test_test.cc872 const ::testing::TestCase* test_case = unit_test->GetTestCase(case_num); local
H A Dgtest_unittest.cc1960 const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); local
1993 const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); local
5301 const TestCase* const test_case = GetUnitTestImpl()-> local
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h878 static void ClearTestCaseResult(TestCase* test_case) { argument
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h1133 void OnTestCaseStart(const TestCase& test_case) { argument
1137 void OnTestCaseEnd(const TestCase& test_case) { argument
H A Dgtest.cc345 static bool TestCasePassed(const TestCase* test_case) { argument
350 static bool TestCaseFailed(const TestCase* test_case) { argument
356 static bool ShouldRunTestCase(const TestCase* test_case) { argument
2271 const TestCase* const test_case local
3032 PrintTestName(const char * test_case, const char * test) argument
3098 OnTestCaseStart(const TestCase& test_case) argument
3149 OnTestCaseEnd(const TestCase& test_case) argument
3176 const TestCase& test_case = *unit_test.GetTestCase(i); local
3675 PrintXmlTestCase(std::ostream* stream, const TestCase& test_case) argument
4507 const std::vector<TestCase*>::const_iterator test_case = local
4802 TestCase* const test_case = test_cases_[i]; local
4870 const TestCase* const test_case = test_cases_[i]; local
[all...]

Completed in 67 milliseconds