rostest :: xmlrunner :: XMLTestProgram :: Class XMLTestProgram

Class XMLTestProgram

source code

          object --+    
                   |    
unittest.TestProgram --+
                       |
                      XMLTestProgram

Instance Methods
 
runTests(self) source code

Inherited from unittest.TestProgram: __init__, createTests, parseArgs, usageExit

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from unittest.TestProgram: USAGE

Properties

Inherited from object: __class__

Method Details

runTests(self)

source code 
Overrides: unittest.TestProgram.runTests