Vault  4.1
Public Member Functions
VUnitSimpleTextOutput Class Reference

This outputter writes test results in a simple human-readable text format. More...

#include <vunit.h>

Inheritance diagram for VUnitSimpleTextOutput:
VUnitOutputWriter

List of all members.

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 ()

Detailed Description

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.

Definition at line 445 of file vunit.h.


The documentation for this class was generated from the following files:

Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.