Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 428 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 428 Bytes

JSpec Testing Library

A simple unit testing library for TDD & a cli for running tests. Created as a final project for CSCI 24000 at IUPUI, Spring 2022.

Quick Start

  1. Clone this repo
  2. Build the project using make build
  3. 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