MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / resetRunData

Method resetRunData

tests/framework/src/doctest.cpp:444–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 Atomic<bool> shouldLogCurrentException;
443
444 void resetRunData() {
445 numTestCases = 0;
446 numTestCasesPassingFilters = 0;
447 numTestSuitesPassingFilters = 0;
448 numTestCasesFailed = 0;
449 numAsserts = 0;
450 numAssertsFailed = 0;
451 numAssertsCurrentTest = 0;
452 numAssertsFailedCurrentTest = 0;
453 }
454
455 void finalizeTestCaseData() {
456 seconds = timer.getElapsedSeconds();

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected