MCPcopy Create free account
hub / github.com/Snapchat/Valdi / hasFailure

Method hasFailure

tsn/src/test262/runner/TestReporter.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool TestReporter::hasFailure() {
54 return _aggregateStats.fail > 0;
55}
56
57void TestReporter::saveToFile(const fs::path& file) {
58 std::fstream outputStream(file, std::ios_base::out | std::ios_base::trunc);

Callers 1

runTestCasesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected