Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp68 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() argument
73 : testInfo( _testInfo ), in TestCaseStats()
Dcatch_interfaces_reporter.h116 TestCaseStats( TestCaseInfo const& _testInfo,
/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp64 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
65 currentTestCaseInfo = _testInfo; in testCaseStarting()
Dcatch_reporter_console.cpp498 void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { in testRunStarting() argument
499 StreamingReporterBase::testRunStarting(_testInfo); in testRunStarting()
/external/catch2/single_include/catch2/
Dcatch.hpp5517 TestCaseStats( TestCaseInfo const& _testInfo,
5722 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
5723 currentTestCaseInfo = _testInfo; in testCaseStarting()
11001 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() argument
11006 : testInfo( _testInfo ), in TestCaseStats()
16280 void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { in testRunStarting() argument
16281 StreamingReporterBase::testRunStarting(_testInfo); in testRunStarting()
/external/libabigail/tests/lib/
Dcatch.hpp5550 TestCaseStats( TestCaseInfo const& _testInfo,
5758 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
5759 currentTestCaseInfo = _testInfo; in testCaseStarting()
11063 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() argument
11068 : testInfo( _testInfo ), in TestCaseStats()
16533 void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { in testRunStarting() argument
16534 StreamingReporterBase::testRunStarting(_testInfo); in testRunStarting()
/external/bcc/tests/cc/
Dcatch.hpp5157 TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats()
5162 : testInfo( _testInfo ), in TestCaseStats()
8553 virtual void testCaseStarting( TestCaseInfo const& _testInfo ) CATCH_OVERRIDE { in testCaseStarting()
8554 currentTestCaseInfo = _testInfo; in testCaseStarting()