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

Function TEST

tests/CppUTest/TeamCityOutputTest.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76};
77
78TEST(TeamCityOutputTest, PrintGroupStarted)
79{
80 result->currentGroupStarted(tst);
81 STRCMP_EQUAL("##teamcity[testSuiteStarted name='group']\n", mock->getOutput().asCharString());
82}
83
84TEST(TeamCityOutputTest, PrintGroupStartedAndEnded)
85{

Callers

nothing calls this directly

Calls 10

asCharStringMethod · 0.80
getOutputMethod · 0.80
setGroupNameMethod · 0.80
setTestNameMethod · 0.80
currentGroupStartedMethod · 0.45
currentGroupEndedMethod · 0.45
currentTestStartedMethod · 0.45
currentTestEndedMethod · 0.45
printFailureMethod · 0.45

Tested by

no test coverage detected