MCPcopy Create free account
hub / github.com/cpputest/cpputest / printCurrentGroupStarted

Method printCurrentGroupStarted

src/CppUTest/TeamCityTestOutput.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void TeamCityTestOutput::printCurrentGroupStarted(const UtestShell& test)
38{
39 currGroup_ = test.getGroup();
40 print("##teamcity[testSuiteStarted name='");
41 printEscaped(currGroup_.asCharString());
42 print("']\n");
43}
44
45void TeamCityTestOutput::printCurrentGroupEnded(const TestResult& /*res*/)
46{

Callers

nothing calls this directly

Calls 2

getGroupMethod · 0.80
asCharStringMethod · 0.80

Tested by

no test coverage detected