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