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 | |
| is_shutdown | |
| listeners | |
| procs | |
Fake ProcessMonitor object.
Definition at line 54 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::__init__ | ( | self | ) |
Definition at line 55 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::add_process_listener | ( | self, | ||
| l | ||||
| ) |
Definition at line 64 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::do_main_thread_jobs | ( | self | ) |
Definition at line 91 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::get_active_names | ( | self | ) |
Definition at line 100 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::get_process | ( | self, | ||
| name | ||||
| ) |
Definition at line 82 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::get_process_names_with_spawn_count | ( | self | ) |
Definition at line 103 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::has_main_thread_jobs | ( | self | ) |
Definition at line 88 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::has_process | ( | self, | ||
| name | ||||
| ) |
Definition at line 79 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::join | ( | self, | ||
timeout = 0 | ||||
| ) |
Definition at line 61 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::kill_process | ( | self, | ||
| name | ||||
| ) |
Definition at line 94 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::mainthread_spin | ( | self | ) |
Definition at line 111 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::mainthread_spin_once | ( | self | ) |
Definition at line 108 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::register | ( | self, | ||
| p | ||||
| ) |
Definition at line 67 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::register_core_proc | ( | self, | ||
| p | ||||
| ) |
Definition at line 70 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::registrations_complete | ( | self | ) |
Definition at line 73 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::run | ( | self | ) |
Definition at line 114 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::shutdown | ( | self | ) |
Definition at line 97 of file test_roslaunch_parent.py.
| def test_roslaunch_parent::ProcessMonitorMock::unregister | ( | self, | ||
| p | ||||
| ) |
Definition at line 76 of file test_roslaunch_parent.py.
Definition at line 56 of file test_roslaunch_parent.py.
Definition at line 59 of file test_roslaunch_parent.py.
Definition at line 58 of file test_roslaunch_parent.py.
Definition at line 57 of file test_roslaunch_parent.py.