Searched defs:test_info (Results 1 - 5 of 5) sorted by relevance

/openjdk9/hotspot/test/native/
H A DgtestMain.cpp98 virtual void OnTestStart(const ::testing::TestInfo& test_info) { argument
/openjdk9/test/fmw/gtest/include/gtest/internal/
H A Dgtest-param-util.h490 linked_ptr<TestInfo> test_info = *test_it; local
/openjdk9/test/fmw/gtest/include/gtest/
H A Dgtest.h715 static void ClearTestResult(TestInfo* test_info) { argument
862 static bool TestPassed(const TestInfo* test_info) { argument
867 static bool TestFailed(const TestInfo* test_info) { argument
873 static bool TestReportableDisabled(const TestInfo* test_info) { argument
878 TestDisabled(const TestInfo* test_info) argument
883 TestReportable(const TestInfo* test_info) argument
888 ShouldRunTest(const TestInfo* test_info) argument
[all...]
/openjdk9/test/fmw/gtest/src/
H A Dgtest-internal-inl.h1178 void OnTestStart(const TestInfo& test_info) { argument
1182 void OnTestEnd(const TestInfo& test_info) { argument
654 AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc, TestInfo* test_info) argument
[all...]
H A Dgtest.cc2225 TestInfo* const test_info = local
2423 void TestCase::AddTestInfo(TestInfo * test_info) { argument
2672 void PrintFullTestCommentIfPresent(const TestInfo& test_info) { argument
2774 OnTestStart(const TestInfo& test_info) argument
2793 OnTestEnd(const TestInfo& test_info) argument
2844 const TestInfo& test_info = *test_case.GetTestInfo(j); local
3283 OutputXmlTestInfo(::std::ostream* stream, const char* test_case_name, const TestInfo& test_info) argument
4473 TestInfo* const test_info = test_case->test_info_list()[j]; local
4540 const TestInfo* const test_info = local
[all...]

Completed in 108 milliseconds