MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / AssertionResult

Method AssertionResult

Bcore/src/main/cpp/Dobby/tests/catch.hpp:4882–4884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4880}
4881
4882AssertionResult::AssertionResult(AssertionInfo const &info, AssertionResultData const &data)
4883 : m_info(info), m_resultData(data) {
4884}
4885
4886// Result was a success
4887bool AssertionResult::succeeded() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected