Method |
Description |
|
setUp ( ) |
Setup our test server, endpoints, and user info. |
|
test_batch_customer ( ) |
Test customer batch endpoint. |
|
test_create_customer ( ) |
Test creating a new customer. |
|
test_create_customer_without_permission ( ) |
Test creating customers without valid permissions. |
|
test_customer_schema ( ) |
Test customer schema. |
|
test_delete_customer ( ) |
Test deleting a customer. |
|
test_delete_customer_invalid_id ( ) |
Test deleting a customer with an invalid ID. |
|
test_delete_customer_without_permission ( ) |
Test deleting a customer without valid permissions. |
|
test_get_customer ( ) |
Test getting a single customer. |
|
test_get_customer_invalid_id ( ) |
Test getting a single customer with an invalid ID. |
|
test_get_customer_without_permission ( ) |
Test getting a single customer without valid permissions. |
|
test_get_customers ( ) |
Test getting customers. |
|
test_get_customers_without_permission ( ) |
Test getting customers without valid permissions. |
|
test_register_routes ( ) |
Test route registration. |
|
test_update_customer ( ) |
Test updating a customer. |
|
test_update_customer_invalid_id ( ) |
Test updating a customer with an invalid ID. |
|
test_update_customer_without_permission ( ) |
Test updating a customer without valid permissions. |
|