KXQTS::TestSuiteResult Class Reference

A collection of TestResult instances. More...

#include <TestSuiteResult.h>

List of all members.

Public Member Functions

 TestSuiteResult (const QString &testSuiteVersion, const QDate &runDate, const TestResult::List &results)
void toXML (XMLWriter &receiver) const
 ~TestSuiteResult ()


Detailed Description

A collection of TestResult instances.

A TestSuiteResult gathers all TestResult instances, and provides the toXML() function which serializes it all into a XQuery Test Suite result file, conforming to XQTSResult.xsd.

Author:
Frans Englich <frans.englich@telia.com>

Definition at line 37 of file TestSuiteResult.h.


Member Function Documentation

void TestSuiteResult::toXML ( XMLWriter receiver  )  const

Serializes the test results this TestSuiteResult represents, into XQTS test-suite-result document, conformant to XQTSCatalog.xsd.

Definition at line 37 of file TestSuiteResult.cpp.

References KXQTS::XMLWriter::characters(), KXQTS::XMLWriter::endDocument(), KXQTS::XMLWriter::endElement(), KXQTS::XMLWriter::endPrefixMapping(), KXQTS::XMLWriter::startDocument(), KXQTS::XMLWriter::startElement(), KXQTS::XMLWriter::startPrefixMapping(), and KXQTS::Global::xqtsResultNS.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Thu Feb 8 14:54:31 2007 for Patternist by  doxygen 1.5.1