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

Method addError

test/doctest.h:5807–5810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5805 }
5806
5807 void addError(const std::string& message, const std::string& details) {
5808 testcases.back().errors.emplace_back(message, details);
5809 ++totalErrors;
5810 }
5811
5812 std::vector<JUnitTestCase> testcases;
5813 double totalSeconds = 0;

Callers 1

test_case_exceptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected