MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / AssertionStats

Class AssertionStats

unittests/catch.hpp:3582–3596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3580 };
3581
3582 struct AssertionStats {
3583 AssertionStats( AssertionResult const& _assertionResult,
3584 std::vector<MessageInfo> const& _infoMessages,
3585 Totals const& _totals );
3586
3587 AssertionStats( AssertionStats const& ) = default;
3588 AssertionStats( AssertionStats && ) = default;
3589 AssertionStats& operator = ( AssertionStats const& ) = default;
3590 AssertionStats& operator = ( AssertionStats && ) = default;
3591 virtual ~AssertionStats();
3592
3593 AssertionResult assertionResult;
3594 std::vector<MessageInfo> infoMessages;
3595 Totals totals;
3596 };
3597
3598 struct SectionStats {
3599 SectionStats( SectionInfo const& _sectionInfo,

Callers 1

assertionEndedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected