MCPcopy Create free account
hub / github.com/Tracktion/choc / startTest

Method startTest

choc/platform/choc_UnitTest.h:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107inline void TestProgress::startTest (std::string_view testName)
108{
109 CHOC_ASSERT (! currentCategory.empty());
110 currentTest = currentCategory + "/" + std::string (testName);
111 currentTestFailed = false;
112 print ("[ RUN ] " + currentTest);
113}
114
115inline void TestProgress::endTest()
116{

Callers 1

ScopedTestMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected