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

Method AssertionResult

tests/catch.hpp:6181–6184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6179 }
6180
6181 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data )
6182 : m_info( info ),
6183 m_resultData( data )
6184 {}
6185
6186 // Result was a success
6187 bool AssertionResult::succeeded() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected