Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5496 TestCaseStats( TestCaseInfo const& _testInfo,
5701 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
5702 currentTestCaseInfo = _testInfo; in testCaseStarting()
10953 TestCaseStats::TestCaseStats( TestCaseInfo const& _testInfo, in TestCaseStats() argument
10958 : testInfo( _testInfo ), in TestCaseStats()
16255 void ConsoleReporter::testRunStarting(TestRunInfo const& _testInfo) { in testRunStarting() argument
16256 StreamingReporterBase::testRunStarting(_testInfo); in testRunStarting()