Test roslaunch.server. More...
Public Member Functions | |
| def | setUp |
| def | test_add_process_listener |
| def | test_DeadProcess |
| def | test_get_process_names_with_spawn_count |
| def | test_kill_process |
| def | test_mainthread_spin |
| def | test_mainthread_spin_once |
| def | test_pmon_shutdown |
| def | test_Process |
| tests to make sure that our Process base class has 100% coverage | |
| def | test_registration |
| Tests ProcessMonitor.register(), unregister(), has_process(), and get_process(). | |
| def | test_run |
| def | test_start_shutdown_process_monitor |
Public Attributes | |
| pmon | |
Private Member Functions | |
| def | _test_DeadProcess |
| def | _test_Process |
| test all apis of Process instance. | |
Test roslaunch.server.
Definition at line 139 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::_test_DeadProcess | ( | self, | ||
| p0, | ||||
| package, | ||||
| name, | ||||
| args, | ||||
| env, | ||||
| respawn | ||||
| ) | [private] |
Definition at line 199 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::_test_Process | ( | self, | ||
| p, | ||||
| package, | ||||
| name, | ||||
| args, | ||||
| env, | ||||
| respawn | ||||
| ) | [private] |
test all apis of Process instance.
part coverage/sanity test
Definition at line 145 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::setUp | ( | self | ) |
Definition at line 141 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::test_add_process_listener | ( | self | ) |
Definition at line 306 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::test_DeadProcess | ( | self | ) |
Definition at line 244 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::test_get_process_names_with_spawn_count | ( | self | ) |
Definition at line 437 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::test_kill_process | ( | self | ) |
Definition at line 312 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::test_mainthread_spin | ( | self | ) |
Definition at line 524 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::test_mainthread_spin_once | ( | self | ) |
Definition at line 517 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::test_pmon_shutdown | ( | self | ) |
Definition at line 290 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::test_Process | ( | self | ) |
tests to make sure that our Process base class has 100% coverage
Definition at line 183 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::test_registration | ( | self | ) |
Tests ProcessMonitor.register(), unregister(), has_process(), and get_process().
Definition at line 464 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::test_run | ( | self | ) |
Definition at line 391 of file test_roslaunch_pmon.py.
| def test_roslaunch_pmon::TestRoslaunchPmon::test_start_shutdown_process_monitor | ( | self | ) |
Definition at line 260 of file test_roslaunch_pmon.py.
Definition at line 142 of file test_roslaunch_pmon.py.