Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_case_registry_impl.cpp55 << "\tFirst seen at " << prev.first->getTestCaseInfo().lineInfo << "\n" in enforceNoDuplicateTestCases()
56 << "\tRedefined at " << function.getTestCaseInfo().lineInfo ); in enforceNoDuplicateTestCases()
76 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()
263 ? m_activeTestCase->getTestCaseInfo().name in getCurrentTestName()
290 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
298 auto const& testInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
329 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest()
Dcatch_test_case_info.h71 TestCaseInfo const& getTestCaseInfo() const;
Dcatch_test_case_info.cpp181 TestCaseInfo const& TestCase::getTestCaseInfo() const in getTestCaseInfo() function in Catch::TestCase
Dcatch_list.cpp114 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.hpp4776 TestCaseInfo const& getTestCaseInfo() const;
11216 for( auto const& tagName : testCase.getTestCaseInfo().tags ) { in listTags()
12543 auto const& testInfo = testCase.getTestCaseInfo(); in runTest()
12591 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()
12703 ? m_activeTestCase->getTestCaseInfo().name in getCurrentTestName()
12730 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
12738 auto const& testInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
12769 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest()
13973 TestCaseInfo const& TestCase::getTestCaseInfo() const in getTestCaseInfo() function in Catch::TestCase
14019 << "\tFirst seen at " << prev.first->getTestCaseInfo().lineInfo << "\n" in enforceNoDuplicateTestCases()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp4807 TestCaseInfo const& getTestCaseInfo() const;
11278 for( auto const& tagName : testCase.getTestCaseInfo().tags ) { in listTags()
12686 auto const& testInfo = testCase.getTestCaseInfo(); in runTest()
12734 if( m_activeTestCase->getTestCaseInfo().okToFail() ) in assertionEnded()
12846 ? m_activeTestCase->getTestCaseInfo().name in getCurrentTestName()
12873 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
12881 auto const& testInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition()
12912 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest()
14118 TestCaseInfo const& TestCase::getTestCaseInfo() const in getTestCaseInfo() function in Catch::TestCase
14218 << "\tFirst seen at " << prev.first->getTestCaseInfo().lineInfo << "\n" in enforceNoDuplicateTestCases()
[all …]