Go to the source code of this file.
Classes | |
class | rocon_test.runner.RoconTestLaunchConfiguration |
Construction Methods. More... | |
Namespaces | |
rocon_test.runner | |
Functions | |
def | rocon_test.runner._accumulate_results (results) |
def | rocon_test.runner._add_rocon_test_parent (runner) |
def | rocon_test.runner.create_unit_rocon_test (rocon_launcher, launchers) |
def | rocon_test.runner.fail_duplicate_runner (test_name) |
generate test failure if tests with same name in launch file More... | |
def | rocon_test.runner.fail_runner (test_name, message) |
def | rocon_test.runner.get_results () |
def | rocon_test.runner.get_rocon_test_parents () |
def | rocon_test.runner.rocon_test_runner (test, test_launch_configuration, test_pkg) |
def | rocon_test.runner.set_pause_mode (val) |
def | rocon_test.runner.set_text_mode (val) |
def | rocon_test.runner.setUp (self) |
def | rocon_test.runner.tearDown (self) |
Variables | |
rocon_test.runner._config = None | |
int | rocon_test.runner._DEFAULT_TEST_PORT = 22422 |
Globals. More... | |
bool | rocon_test.runner._pause_mode = False |
rocon_test.runner._results = rosunit.junitxml.Result('rocon_test', 0, 0, 0) | |
list | rocon_test.runner._test_parents = [] |
Parents. More... | |
bool | rocon_test.runner._text_mode = False |