[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- exceptions.StandardError:
Base class for all standard Python exceptions that do not represent
interpreter exiting.
- rostest.xmlrunner.XMLTestRunnerTest.NullStream:
A file-like object that discards everything written to it.
- roslaunch.parent.ROSLaunchParent:
ROSLaunchParent represents the main 'parent' roslaunch process.
- rostest.xmlresults.Result
- unittest.TestCase:
A class whose instances are single test cases.
- rostest.xmlresults.TestCaseResult
- unittest.TestProgram:
A command-line program that runs a set of tests; this is primarily
for making test modules conveniently executable.
- rostest.xmlrunner.XMLTestRunner:
A test runner that stores results in XML format compatible with
JUnit.
- rostest.xmlresults._TestInfo