Searched refs:assertionResult (Results 1 – 15 of 15) sorted by relevance
/external/catch2/include/internal/ |
D | catch_interfaces_reporter.cpp | 36 : assertionResult( _assertionResult ), in AssertionStats() 40 …assertionResult.m_resultData.lazyExpression.m_transientExpression = _assertionResult.m_resultData.… in AssertionStats() 42 if( assertionResult.hasMessage() ) { in AssertionStats() 45 …MessageBuilder builder( assertionResult.getTestMacroName(), assertionResult.getSourceInfo(), asser… in AssertionStats() 46 builder << assertionResult.getMessage(); in AssertionStats()
|
D | catch_run_context.cpp | 419 AssertionResult assertionResult{ info, data }; in reportExpr() local 420 assertionResult.m_resultData.lazyExpression.m_transientExpression = expr; in reportExpr() 422 assertionEnded( assertionResult ); in reportExpr() 437 AssertionResult assertionResult{ m_lastAssertionInfo, data }; in handleMessage() local 438 assertionEnded( assertionResult ); in handleMessage() 439 if( !assertionResult.isOk() ) in handleMessage() 458 AssertionResult assertionResult{ info, data }; in handleUnexpectedInflightException() local 459 assertionEnded( assertionResult ); in handleUnexpectedInflightException() 475 AssertionResult assertionResult{ info, data }; in handleIncomplete() local 476 assertionEnded( assertionResult ); in handleIncomplete() [all …]
|
D | catch_interfaces_reporter.h | 87 AssertionResult assertionResult; member
|
/external/catch2/include/reporters/ |
D | catch_reporter_compact.cpp | 81 , result(_stats.assertionResult) in AssertionPrinter() 258 AssertionResult const& result = _assertionStats.assertionResult; in assertionEnded()
|
D | catch_reporter_junit.cpp | 101 … if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) in assertionEnded() 207 AssertionResult const& result = stats.assertionResult; in writeAssertion()
|
D | catch_reporter_teamcity.hpp | 69 AssertionResult const& result = assertionStats.assertionResult; in assertionEnded()
|
D | catch_reporter_tap.hpp | 67 , result( _stats.assertionResult ) in AssertionPrinter()
|
D | catch_reporter_console.cpp | 40 result(_stats.assertionResult), in ConsoleAssertionPrinter() 360 AssertionResult const& result = _assertionStats.assertionResult; in assertionEnded()
|
D | catch_reporter_xml.cpp | 97 AssertionResult const& result = assertionStats.assertionResult; in assertionEnded()
|
D | catch_reporter_bases.hpp | 203 … prepareExpandedExpression(const_cast<AssertionResult&>( assertionStats.assertionResult ) ); in assertionEnded()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5104 : assertionResult( _assertionResult ), in AssertionStats() 5108 if( assertionResult.hasMessage() ) { in AssertionStats() 5111 …MessageBuilder builder( assertionResult.getTestMacroName(), assertionResult.getSourceInfo(), asser… in AssertionStats() 5112 builder << assertionResult.getMessage(); in AssertionStats() 5127 AssertionResult assertionResult; member 7638 if( assertionStats.assertionResult.getResultType() != ResultWas::Ok ) { in assertionEnded() 7651 m_legacyReporter->Result( assertionStats.assertionResult ); in assertionEnded() 9138 const AssertionResult& assertionResult = assertionStats.assertionResult; in assertionEnded() local 9141 if( assertionStats.assertionResult.getResultType() != ResultWas::Ok ) { in assertionEnded() 9156 if( !m_config->includeSuccessfulResults() && isOk(assertionResult.getResultType()) ) in assertionEnded() [all …]
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_teamcity.hpp | 69 AssertionResult const& result = assertionStats.assertionResult; in assertionEnded()
|
D | catch_reporter_tap.hpp | 67 , result( _stats.assertionResult ) in AssertionPrinter()
|
D | catch.hpp | 4925 AssertionResult assertionResult; member 5259 … prepareExpandedExpression(const_cast<AssertionResult&>( assertionStats.assertionResult ) ); in assertionEnded() 8937 : assertionResult( _assertionResult ), in AssertionStats() 8941 …assertionResult.m_resultData.lazyExpression.m_transientExpression = _assertionResult.m_resultData.… in AssertionStats() 8943 if( assertionResult.hasMessage() ) { in AssertionStats() 8946 …MessageBuilder builder( assertionResult.getTestMacroName(), assertionResult.getSourceInfo(), asser… in AssertionStats() 8947 builder << assertionResult.getMessage(); in AssertionStats() 10648 AssertionResult assertionResult{ info, data }; in reportExpr() local 10649 assertionResult.m_resultData.lazyExpression.m_transientExpression = expr; in reportExpr() 10651 assertionEnded( assertionResult ); in reportExpr() [all …]
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 288 print( os, level+1 , "- assertionResult", info.assertionResult ); in print()
|