This repo contains example tests for testing labs which observe output from a method (often the main method). Tests can also observe output based on an input.
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.