Fake ProcessMonitor object. More...
Public Member Functions | |
| def | __init__ |
| def | add_process_listener |
| def | do_main_thread_jobs |
| def | get_active_names |
| def | get_process |
| def | get_process_names_with_spawn_count |
| def | has_main_thread_jobs |
| def | has_process |
| def | join |
| def | kill_process |
| def | mainthread_spin |
| def | mainthread_spin_once |
| def | register |
| def | register_core_proc |
| def | registrations_complete |
| def | run |
| def | shutdown |
| def | unregister |
Public Attributes | |
| core_procs | |
| listeners | |
| procs | |
Fake ProcessMonitor object.
Definition at line 54 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::__init__ | ( | self | ) |
Definition at line 55 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::add_process_listener | ( | self, | ||
| l | ||||
| ) |
Definition at line 63 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::do_main_thread_jobs | ( | self | ) |
Definition at line 90 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::get_active_names | ( | self | ) |
Definition at line 99 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::get_process | ( | self, | ||
| name | ||||
| ) |
Definition at line 81 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::get_process_names_with_spawn_count | ( | self | ) |
Definition at line 102 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::has_main_thread_jobs | ( | self | ) |
Definition at line 87 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::has_process | ( | self, | ||
| name | ||||
| ) |
Definition at line 78 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::join | ( | self, | ||
timeout = 0 | ||||
| ) |
Definition at line 60 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::kill_process | ( | self, | ||
| name | ||||
| ) |
Definition at line 93 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::mainthread_spin | ( | self | ) |
Definition at line 110 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::mainthread_spin_once | ( | self | ) |
Definition at line 107 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::register | ( | self, | ||
| p | ||||
| ) |
Definition at line 66 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::register_core_proc | ( | self, | ||
| p | ||||
| ) |
Definition at line 69 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::registrations_complete | ( | self | ) |
Definition at line 72 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::run | ( | self | ) |
Definition at line 113 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::shutdown | ( | self | ) |
Definition at line 96 of file test_roslaunch_child.py.
| def test_roslaunch_child::ProcessMonitorMock::unregister | ( | self, | ||
| p | ||||
| ) |
Definition at line 75 of file test_roslaunch_child.py.
Definition at line 56 of file test_roslaunch_child.py.
Definition at line 58 of file test_roslaunch_child.py.
Definition at line 57 of file test_roslaunch_child.py.