RoboAide
Project to improve a DIY robotic arm used for mobility assistance
Public Member Functions | Public Attributes | List of all members
tests.test_ui.TestMotor Class Reference
Inheritance diagram for tests.test_ui.TestMotor:

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
 

Detailed Description

Definition at line 37 of file test_ui.py.

Member Function Documentation

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file: