Public Member Functions | |
def | setUpClass |
def | tearDownClass |
def | test_context_manager |
def | test_folder_anonymous |
def | test_objects_anonymous |
def | test_service_fault |
def | test_variable_anonymous |
Run common tests on client side Of course we need a server so we start also start a server Tests that can only be run on client side must be defined in this class
Definition at line 14 of file tests_client.py.
def tests_client.TestClient.setUpClass | ( | cls | ) |
Definition at line 22 of file tests_client.py.
def tests_client.TestClient.tearDownClass | ( | cls | ) |
Definition at line 40 of file tests_client.py.
def tests_client.TestClient.test_context_manager | ( | self | ) |
Context manager calls connect() and disconnect()
Definition at line 84 of file tests_client.py.
def tests_client.TestClient.test_folder_anonymous | ( | self | ) |
Definition at line 60 of file tests_client.py.
def tests_client.TestClient.test_objects_anonymous | ( | self | ) |
Definition at line 53 of file tests_client.py.
def tests_client.TestClient.test_service_fault | ( | self | ) |
Definition at line 47 of file tests_client.py.
def tests_client.TestClient.test_variable_anonymous | ( | self | ) |
Definition at line 68 of file tests_client.py.