Home
last modified time | relevance | path

Searched refs:getTestCaseInfo (Results 1 – 7 of 7) sorted by relevance

/external/catch2/include/internal/
Dcatch_test_case_registry_impl.cpp49 << "\tFirst seen at " << prev.first->getTestCaseInfo().lineInfo << "\n" in enforceNoDuplicateTestCases()
50 << "\tRedefined at " << function.getTestCaseInfo().lineInfo ); in enforceNoDuplicateTestCases()
67 std::string name = testCase.getTestCaseInfo().name; in registerTest()
Dcatch_run_context.cpp102 auto const& testInfo = testCase.getTestCaseInfo(); in runTest()
151 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()
254 ? m_activeTestCase->getTestCaseInfo().name in getCurrentTestName()
281 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
289 auto const& testInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
320 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest()
Dcatch_test_case_info.h71 TestCaseInfo const& getTestCaseInfo() const;
Dcatch_test_case_info.cpp175 TestCaseInfo const& TestCase::getTestCaseInfo() const in getTestCaseInfo() function in Catch::TestCase
Dcatch_list.cpp105 for( auto const& tagName : testCase.getTestCaseInfo().tags ) { in listTags()
/external/bcc/tests/cc/
Dcatch.hpp2855 TestCaseInfo const& getTestCaseInfo() const;
5312 TestCaseInfo const& testCaseInfo = it->getTestCaseInfo(); in listTests()
5340 TestCaseInfo const& testCaseInfo = it->getTestCaseInfo(); in listTestsNamesOnly()
5379 for( std::set<std::string>::const_iterator tagIt = it->getTestCaseInfo().tags.begin(), in listTags()
5380 tagItEnd = it->getTestCaseInfo().tags.end(); in listTags()
5894 TestCaseInfo testInfo = testCase.getTestCaseInfo(); in runTest()
6019 ? m_activeTestCase->getTestCaseInfo().name in getCurrentTestName()
6036 TestCaseInfo const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
6044 TestCaseInfo testInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
6067 TestCaseInfo const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp4218 TestCaseInfo const& getTestCaseInfo() const;
9174 for( auto const& tagName : testCase.getTestCaseInfo().tags ) { in listTags()
10332 auto const& testInfo = testCase.getTestCaseInfo(); in runTest()
10380 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()
10483 ? m_activeTestCase->getTestCaseInfo().name in getCurrentTestName()
10510 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
10518 auto const& testInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
10549 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest()
11755 TestCaseInfo const& TestCase::getTestCaseInfo() const in getTestCaseInfo() function in Catch::TestCase
11796 << "\tFirst seen at " << prev.first->getTestCaseInfo().lineInfo << "\n" in enforceNoDuplicateTestCases()
[all …]