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