
Public Member Functions | |
| def | __enter__ (self) |
| def | __exit__ (self, exception_type, exception_value, traceback) |
| def | __init__ (self, launch_config, wait_cond="True") |
| def | spin_once (self) |
| def | success (self) |
| def | verify (self) |
| def | wait_for_finishing (self) |
Public Member Functions inherited from flexbe_testing.test_context.TestContext | |
| def | __enter__ (self) |
| def | __exit__ (self, exception_type, exception_value, traceback) |
| def | __init__ (self) |
| def | spin_once (self) |
| def | success (self) |
| def | verify (self) |
| def | wait_for_finishing (self) |
Private Attributes | |
| _exit_codes | |
| _launched_proc_names | |
| _launchrunner | |
| _run_id | |
| _valid | |
| _wait_cond | |
Test context that runs a specified launch file configuration.
Definition at line 49 of file test_context.py.
| def flexbe_testing.test_context.LaunchContext.__init__ | ( | self, | |
| launch_config, | |||
wait_cond = "True" |
|||
| ) |
Definition at line 52 of file test_context.py.
| def flexbe_testing.test_context.LaunchContext.__enter__ | ( | self | ) |
Definition at line 86 of file test_context.py.
| def flexbe_testing.test_context.LaunchContext.__exit__ | ( | self, | |
| exception_type, | |||
| exception_value, | |||
| traceback | |||
| ) |
Definition at line 117 of file test_context.py.
| def flexbe_testing.test_context.LaunchContext.spin_once | ( | self | ) |
Definition at line 108 of file test_context.py.
| def flexbe_testing.test_context.LaunchContext.success | ( | self | ) |
Definition at line 122 of file test_context.py.
| def flexbe_testing.test_context.LaunchContext.verify | ( | self | ) |
Definition at line 105 of file test_context.py.
| def flexbe_testing.test_context.LaunchContext.wait_for_finishing | ( | self | ) |
Definition at line 111 of file test_context.py.
|
private |
Definition at line 58 of file test_context.py.
|
private |
Definition at line 57 of file test_context.py.
|
private |
Definition at line 78 of file test_context.py.
|
private |
Definition at line 53 of file test_context.py.
|
private |
Definition at line 84 of file test_context.py.
|
private |
Definition at line 83 of file test_context.py.