MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / AssertionStats

Class AssertionStats

tests/catch.hpp:4669–4683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4667 };
4668
4669 struct AssertionStats {
4670 AssertionStats( AssertionResult const& _assertionResult,
4671 std::vector<MessageInfo> const& _infoMessages,
4672 Totals const& _totals );
4673
4674 AssertionStats( AssertionStats const& ) = default;
4675 AssertionStats( AssertionStats && ) = default;
4676 AssertionStats& operator = ( AssertionStats const& ) = default;
4677 AssertionStats& operator = ( AssertionStats && ) = default;
4678 virtual ~AssertionStats();
4679
4680 AssertionResult assertionResult;
4681 std::vector<MessageInfo> infoMessages;
4682 Totals totals;
4683 };
4684
4685 struct SectionStats {
4686 SectionStats( SectionInfo const& _sectionInfo,

Callers 1

assertionEndedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected