Torque2D Reference
|
Public Member Functions | |
def | testNonEmptyXmlOutput (self) |
def | testEmptyXmlOutput (self) |
def | testDefaultOutputFile (self) |
def | testSuppressedXmlOutput (self) |
![]() | |
def | AssertEquivalentNodes (self, expected_node, actual_node) |
def | NormalizeXml (self, element) |
Additional Inherited Members | |
![]() | |
dictionary | identifying_attribute |
Unit test for Google Test's XML output functionality.
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.