Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 523 Bytes

File metadata and controls

21 lines (17 loc) · 523 Bytes

Object-Oriented Programming Example

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.

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.