jersey-webservice-template-jpa-data-models-acceptance-tests is an acceptance test framework which is a slightly modified BDD that eliminates the QA
The purpose of this Maven project is to serve as an example for testing jersey-webservice-template-jpa-data-models to make sure that the generated API complies with the business requirement,
To run all acceptance tests, start a local JWT instance in Docker Compose; then run
mvn clean verify
Note that all unit & integration tests will also run by the command above
The use and distribution terms for jersey-webservice-template-jpa-data-models-acceptance-tests are covered by the Apache License, Version 2.0.