Skip to content

purduecsbridge/oop-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.