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 test
To test the student solution:
mvn -Denv=prod test
To create a portable JAR:
mvn -DskipTests package
Licensed under the MIT License.