@RunAsClient public class RestExampleTest extends Object
| Constructor and Description |
|---|
RestExampleTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
void |
tearDown() |
void |
testCreateCustomer() |
void |
testDeleteCustomer() |
void |
testDeleteNonExistentCustomer() |
void |
testGreet() |
void |
testReadAllCustomers() |
void |
testReadCustomer() |
void |
testReadNonExistentCustomer() |
void |
testUpdateCustomer() |
void |
testUpdateNonExistentCustomer() |
void |
testUpdateUnmodifiedCustomer() |
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
public void testReadNonExistentCustomer()
throws Exception
Exceptionpublic void testUpdateUnmodifiedCustomer()
throws Exception
Exceptionpublic void testUpdateNonExistentCustomer()
throws Exception
Exceptionpublic void testDeleteNonExistentCustomer()
throws Exception
ExceptionCopyright © 2016. All rights reserved.