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