MCPcopy Create free account
hub / github.com/apache/trafficserver / AssertionStats

Class AssertionStats

lib/catch2/catch.hpp:5527–5541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5525 };
5526
5527 struct AssertionStats {
5528 AssertionStats( AssertionResult const& _assertionResult,
5529 std::vector<MessageInfo> const& _infoMessages,
5530 Totals const& _totals );
5531
5532 AssertionStats( AssertionStats const& ) = default;
5533 AssertionStats( AssertionStats && ) = default;
5534 AssertionStats& operator = ( AssertionStats const& ) = delete;
5535 AssertionStats& operator = ( AssertionStats && ) = delete;
5536 virtual ~AssertionStats();
5537
5538 AssertionResult assertionResult;
5539 std::vector<MessageInfo> infoMessages;
5540 Totals totals;
5541 };
5542
5543 struct SectionStats {
5544 SectionStats( SectionInfo const& _sectionInfo,

Callers 1

assertionEndedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected