|
RoboAide
Project to improve a DIY robotic arm used for mobility assistance
|
Public Member Functions | |
| def | setUp (self) |
| def | test_get_position (self) |
| def | test_is_enabled (self) |
| def | test_set_status (self) |
| def | test_get_name (self) |
| def | test_set_name (self) |
Public Attributes | |
| testWindow | |
| testMotor | |
Definition at line 37 of file test_ui.py.
| def tests.test_ui.TestMotor.setUp | ( | self | ) |
Definition at line 38 of file test_ui.py.
| def tests.test_ui.TestMotor.test_get_name | ( | self | ) |
Definition at line 55 of file test_ui.py.
| def tests.test_ui.TestMotor.test_get_position | ( | self | ) |
Definition at line 45 of file test_ui.py.
| def tests.test_ui.TestMotor.test_is_enabled | ( | self | ) |
Definition at line 48 of file test_ui.py.
| def tests.test_ui.TestMotor.test_set_name | ( | self | ) |
Definition at line 58 of file test_ui.py.
| def tests.test_ui.TestMotor.test_set_status | ( | self | ) |
Definition at line 51 of file test_ui.py.
| tests.test_ui.TestMotor.testMotor |
Definition at line 43 of file test_ui.py.
| tests.test_ui.TestMotor.testWindow |
Definition at line 39 of file test_ui.py.
1.8.11