MCPcopy Create free account
hub / github.com/RenderKit/embree / AssertionStats

Class AssertionStats

tutorials/external/catch.hpp:4927–4941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4925 };
4926
4927 struct AssertionStats {
4928 AssertionStats( AssertionResult const& _assertionResult,
4929 std::vector<MessageInfo> const& _infoMessages,
4930 Totals const& _totals );
4931
4932 AssertionStats( AssertionStats const& ) = default;
4933 AssertionStats( AssertionStats && ) = default;
4934 AssertionStats& operator = ( AssertionStats const& ) = delete;
4935 AssertionStats& operator = ( AssertionStats && ) = delete;
4936 virtual ~AssertionStats();
4937
4938 AssertionResult assertionResult;
4939 std::vector<MessageInfo> infoMessages;
4940 Totals totals;
4941 };
4942
4943 struct SectionStats {
4944 SectionStats( SectionInfo const& _sectionInfo,

Callers 1

assertionEndedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected