Home
last modified time | relevance | path

Searched defs:test_info (Results 1 – 11 of 11) sorted by relevance

/device/generic/vulkan-cereal/third-party/googletest/googletest/samples/
Dsample9_unittest.cc61 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
81 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
141 const TestInfo& test_info = *test_suite.GetTestInfo(j); in main() local
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgoogletest-param-test-test.cc782 const ::testing::TestInfo* const test_info = in TEST_P() local
803 const ::testing::TestInfo* const test_info = in TEST_P() local
817 const ::testing::TestInfo* const test_info = in TEST_F() local
911 const ::testing::TestInfo* test_info = test_suite->GetTestInfo(test_num); in TEST() local
926 const ::testing::TestInfo* const test_info = in TEST_P() local
951 const ::testing::TestInfo* const test_info = in TEST_P() local
981 const ::testing::TestInfo* const test_info = in TEST_P() local
1009 const ::testing::TestInfo* const test_info = in TEST_P() local
Dgoogletest-failfast-unittest_.cc130 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart()
141 void OnTestEnd(const ::testing::TestInfo& test_info) override { in OnTestEnd()
Dgtest-unittest-api_test.cc211 const TestInfo* const test_info = test_suite->GetTestInfo(0); in TEST() local
Dgoogletest-shuffle-test_.cc84 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
Dgtest_unittest.cc2004 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info(); in ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest() local
5342 const TestInfo* const test_info = test_suite->GetTestInfo(i); in GetTestInfo() local
5350 const TestInfo* test_info) { in GetTestResult()
5357 const TestInfo* const test_info = GetTestInfo("Names"); in TEST_F() local
5365 const TestInfo* const test_info = GetTestInfo("result"); in TEST_F() local
6401 const TestInfo* test_info = in SetUpTestSuite() local
6410 const TestInfo* test_info = in TearDownTestSuite() local
6420 const TestInfo* test_info = in TEST_F() local
6435 const TestInfo* test_info = in TEST_F() local
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/
Dgtest.h626 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
794 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
799 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped()
804 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
810 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
815 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
820 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
825 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-internal-inl.h661 TestInfo* test_info) { in AddTestInfo()
1164 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
1168 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
Dgtest.cc2810 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
3036 void TestSuite::AddTestInfo(TestInfo* test_info) { in AddTestInfo()
3386 static void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()
3517 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
3524 void PrettyUnitTestResultPrinter::OnTestDisabled(const TestInfo& test_info) { in OnTestDisabled()
3546 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
3610 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintFailedTests() local
3659 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintSkippedTests() local
3764 void BriefUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
4270 const TestInfo& test_info) { in OutputXmlTestInfo()
[all …]
/device/generic/vulkan-cereal/third-party/googletest/googlemock/src/
Dgmock-spec-builders.cc811 const TestInfo* const test_info = in RegisterUseByOnCallOrExpectCall() local
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h549 std::shared_ptr<TestInfo> test_info = *test_it; in RegisterTests() local