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

Method AssertionPrinter

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

Source from the content-addressed store, hash-verified

11346public:
11347 AssertionPrinter& operator= (AssertionPrinter const&) = delete;
11348 AssertionPrinter(AssertionPrinter const&) = delete;
11349 AssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages)
11350 : stream(_stream)
11351 , result(_stats.assertionResult)

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected