Torque2D Reference
Public Member Functions | List of all members
GTestXMLOutputUnitTest Class Reference
+ Inheritance diagram for GTestXMLOutputUnitTest:

Public Member Functions

def testNonEmptyXmlOutput (self)
 
def testEmptyXmlOutput (self)
 
def testDefaultOutputFile (self)
 
def testSuppressedXmlOutput (self)
 
- Public Member Functions inherited from GTestXMLTestCase
def AssertEquivalentNodes (self, expected_node, actual_node)
 
def NormalizeXml (self, element)
 

Additional Inherited Members

- Static Public Attributes inherited from GTestXMLTestCase
dictionary identifying_attribute
 

Detailed Description

Unit test for Google Test's XML output functionality.

Member Function Documentation

def testDefaultOutputFile (   self)
Confirms that Google Test produces an XML output file with the expected
default name if no name is explicitly specified.
def testEmptyXmlOutput (   self)
Runs a test program that generates an empty XML output, and
tests that the XML output is expected.
def testNonEmptyXmlOutput (   self)
Runs a test program that generates a non-empty XML output, and
tests that the XML output is expected.
def testSuppressedXmlOutput (   self)
Tests that no XML file is generated if the default XML listener is
shut down before RUN_ALL_TESTS is invoked.

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