Vault  4.1
Public Member Functions
VUnitJUnitXMLOutput Class Reference

This outputter writes test results in a JUnit-compatible XML format. More...

#include <vunit.h>

Inheritance diagram for VUnitJUnitXMLOutput:
VUnitOutputWriter

List of all members.

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

Detailed Description

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

Definition at line 425 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.