A simple unit testing library for TDD & a cli for running tests. Created as a final project for CSCI 24000 at IUPUI, Spring 2022.
- Clone this repo
- Build the project using
make build
- Run tests using
make test
You can also filter what test files to run using a glob pattern, for example:
java -ea jspec.cli.CLI jspec/lib/*Spec.java
© Andrew Chang-DeWitt 2022