This test checks the correct call to commands from the cob_script_server. More...
Public Member Functions | |
def | __init__ |
def | action_cb |
def | srv_cb |
def | test_halt |
def | test_init |
def | test_recover |
def | test_stop |
Public Attributes | |
action_name | |
as_server | |
cb_executed | |
component_name | |
service_ns |
This test checks the correct call to commands from the cob_script_server.
This does not cover the execution of the commands (this shoud be checked in the package where the calls refer to).
Definition at line 30 of file test_trigger.py.
def test_trigger.TestTrigger.__init__ | ( | self, | |
args | |||
) |
Definition at line 31 of file test_trigger.py.
def test_trigger.TestTrigger.action_cb | ( | self, | |
goal | |||
) |
Definition at line 95 of file test_trigger.py.
def test_trigger.TestTrigger.srv_cb | ( | self, | |
req | |||
) |
Definition at line 89 of file test_trigger.py.
def test_trigger.TestTrigger.test_halt | ( | self | ) |
Definition at line 82 of file test_trigger.py.
def test_trigger.TestTrigger.test_init | ( | self | ) |
Definition at line 41 of file test_trigger.py.
def test_trigger.TestTrigger.test_recover | ( | self | ) |
Definition at line 75 of file test_trigger.py.
def test_trigger.TestTrigger.test_stop | ( | self | ) |
Definition at line 48 of file test_trigger.py.
Definition at line 31 of file test_trigger.py.
Definition at line 48 of file test_trigger.py.
Definition at line 31 of file test_trigger.py.
Definition at line 31 of file test_trigger.py.
Definition at line 31 of file test_trigger.py.