module documentation
Undocumented
Function | create |
Unit test factory. Constructs a unittest class based on the roslaunch |
Function | fail |
Undocumented |
Function | fail |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | rostest |
Test function generator that takes in a roslaunch Test object and returns a class instance method that runs the test. TestCase setUp() is responsible for ensuring that the rest of the roslaunch state is correct and tearDown() is responsible for tearing everything down cleanly... |
Function | set |
Undocumented |
Function | set |
Undocumented |
Function | tear |
Undocumented |
Function | _accumulate |
Undocumented |
Function | _add |
Undocumented |
Variable | _config |
Undocumented |
Variable | _results |
Undocumented |
Variable | _test |
Undocumented |
Variable | _text |
Undocumented |
Unit test factory. Constructs a unittest class based on the roslaunch
@param pkg: package name @type pkg: str @param test_file: rostest filename @type test_file: str
Test function generator that takes in a roslaunch Test object and returns a class instance method that runs the test. TestCase setUp() is responsible for ensuring that the rest of the roslaunch state is correct and tearDown() is responsible for tearing everything down cleanly. @param test: rost test to run @type test: roslaunch.Test @return: function object to run testObj @rtype: fn