| InventoryITBase |
This class implements a JAX-RS based integration test with the
inventory application deployed to the server.
|
| InventoryJsonIT |
This class configures the JAX-RS based integration test for use with
application/json.
|
| InventoryTestConfig |
This class implements the details of the test configuration and
objects required to operate the test.
|
| InventoryXmlIT |
This class configures the JAX-RS based integration test for use with
application/xml.
|
| JAXBMarshallingTest |
This class provides a quick sanity check of the JAXB marshaling of a
domain POJOs to/from XML based on JAXB annotation bindings.
|
| JSONBMarshallingTest |
This class provides a quick sanity check of the JSON marshaling of a
domain POJOs to/from JSON based on JSON-B annotation bindings.
|
| MarshallingTestBase |
|