![]() |
Vault
4.1
|
This outputter writes test results in a simple human-readable text format. More...
#include <vunit.h>
Public Member Functions | |
VUnitSimpleTextOutput (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 simple human-readable text format.
This consists of the result of each test, summarized for each suite, and a summary at the end for everything.