Skip to content

💡 Lab example for input/output tests

License

Notifications You must be signed in to change notification settings

purduecsbridge/io-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

💡 Lab example for input/output tests

Resources

License

Stars

Watchers

Forks