Home
last modified time | relevance | path

Searched refs:_testInfo (Results 1 – 6 of 6) 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.h110 TestCaseStats( TestCaseInfo const& _testInfo,
/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp62 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
63 currentTestCaseInfo = _testInfo; in testCaseStarting()
Dcatch_reporter_console.cpp444 void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { in testRunStarting() argument
445 StreamingReporterBase::testRunStarting(_testInfo); in testRunStarting()
/external/catch2/single_include/catch2/
Dcatch.hpp4963 TestCaseStats( TestCaseInfo const& _testInfo,
5134 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
5135 currentTestCaseInfo = _testInfo; in testCaseStarting()
8995 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() argument
9000 : testInfo( _testInfo ), in TestCaseStats()
13798 void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { in testRunStarting() argument
13799 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()