![]() |
Vault
4.1
|
This outputter writes test results in a JUnit-compatible XML format. More...
#include <vunit.h>
Public Member Functions | |
| VUnitJUnitXMLOutput (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 JUnit-compatible XML format.
This consists of a tag wrapping all suites, within which is a tag for each suite (with summary information), within which is a tag for each test (with its result).