This repo contains example tests for testing labs which observe the properties of fields, constructors, classes, and methods. Test cases are also included to give you an idea of how to correctly invoke methods and observe fields.
To test the instructor solution:
mvn -Denv=dev testTo test the student solution:
mvn -Denv=prod testTo create a portable JAR:
mvn -DskipTests packageLicensed under the MIT License.