![]() |
Vault
4.1
|
This outputter writes test results in a TeamCity stdout reporting format. More...
#include <vunit.h>
Public Member Functions | |
| VUnitTeamCityOutput (VLogAppender &outputAppender) | |
| virtual void | testSuitesBegin () |
| virtual void | testSuiteBegin (const VString &testSuiteName) |
| virtual void | testSuiteStatusMessage (const VString &message) |
| virtual void | testCaseBegin (const VString &testCaseName) |
| virtual void | testCaseEnd (const VTestInfo &testInfo) |
| virtual void | testSuiteEnd () |
| virtual void | testSuitesEnd () |
This outputter writes test results in a TeamCity stdout reporting format.
This consists of Team City "##teamcity" reports for the begin and end of each suite and each test.