MCPcopy Create free account
hub / github.com/Compaile/ctrack / addFailure

Method addFailure

test/doctest.h:5802–5805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5800 }
5801
5802 void addFailure(const std::string& message, const std::string& type, const std::string& details) {
5803 testcases.back().failures.emplace_back(message, type, details);
5804 ++totalFailures;
5805 }
5806
5807 void addError(const std::string& message, const std::string& details) {
5808 testcases.back().errors.emplace_back(message, details);

Callers 2

log_assertMethod · 0.80
log_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected