1 #ifndef CPPUNIT_XMLOUTPUTTERHOOK_H 2 #define CPPUNIT_XMLOUTPUTTERHOOK_H 123 virtual void beginDocument(
XmlDocument *document );
146 virtual void successfulTestAdded(
XmlDocument *document,
154 virtual void statisticsAdded(
XmlDocument *document,
163 #endif // CPPUNIT_XMLOUTPUTTERHOOK_H
A XML Element.
Definition: XmlElement.h:33
Base class for all test objects.All test objects should be a subclass of Test. Some test objects...
Definition: Test.h:25
virtual ~XmlOutputterHook()
Definition: XmlOutputterHook.h:157
A XML Document.
Definition: XmlDocument.h:27
Record of a failed Test execution.A TestFailure collects a failed test together with the caught excep...
Definition: TestFailure.h:24
#define CPPUNIT_NS_END
Definition: Portability.h:106
#define CPPUNIT_NS_BEGIN
Definition: Portability.h:105
Hook to customize Xml output.
Definition: XmlOutputterHook.h:117
#define CPPUNIT_API
Definition: CppUnitApi.h:27