Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h709 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
846 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
851 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
856 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
861 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2237 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
2395 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo()
2638 void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()
2743 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
2762 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
2814 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests() local
3198 const TestInfo& test_info) { in OutputXmlTestInfo()
3353 void OnTestStart(const TestInfo& test_info) { in OnTestStart()
3357 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
4363 TestInfo* const test_info = test_case->test_info_list()[j]; in FilterTests() local
[all …]
H A Dgtest-internal-inl.h634 TestInfo* test_info) { in AddTestInfo()
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h490 linked_ptr<TestInfo> test_info = *test_it; in RegisterTests() local