Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 430 Bytes

File metadata and controls

21 lines (17 loc) · 430 Bytes

I/O Example

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.

Usage

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

License

Licensed under the MIT License.