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

Method AssertionResult

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

Source from the content-addressed store, hash-verified

5078 }
5079
5080 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data )
5081 : m_info( info ),
5082 m_resultData( data )
5083 {}
5084
5085 // Result was a success
5086 bool AssertionResult::succeeded() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected