|
RoboAide
Project to improve a DIY robotic arm used for mobility assistance
|
Public Member Functions | |
| def | setUp (self) |
| def | test_getName (self) |
| def | test_setName (self) |
| def | test_getNumberOfMoves (self) |
| def | test_addMove (self) |
| def | test_getMoves (self) |
| def | test_deleteMove (self) |
Public Attributes | |
| testWindow | |
| testSequence | |
Definition at line 62 of file test_ui.py.
| def tests.test_ui.TestSequence.setUp | ( | self | ) |
Definition at line 63 of file test_ui.py.
| def tests.test_ui.TestSequence.test_addMove | ( | self | ) |
Definition at line 79 of file test_ui.py.
| def tests.test_ui.TestSequence.test_deleteMove | ( | self | ) |
Definition at line 88 of file test_ui.py.
| def tests.test_ui.TestSequence.test_getMoves | ( | self | ) |
Definition at line 83 of file test_ui.py.
| def tests.test_ui.TestSequence.test_getName | ( | self | ) |
Definition at line 69 of file test_ui.py.
| def tests.test_ui.TestSequence.test_getNumberOfMoves | ( | self | ) |
Definition at line 76 of file test_ui.py.
| def tests.test_ui.TestSequence.test_setName | ( | self | ) |
Definition at line 72 of file test_ui.py.
| tests.test_ui.TestSequence.testSequence |
Definition at line 67 of file test_ui.py.
| tests.test_ui.TestSequence.testWindow |
Definition at line 64 of file test_ui.py.
1.8.11