/junit-sandbox

Playing with jUnit

Primary LanguageJava

Build Status

junit-sandbox

Playing with jUnit

Setup

Installing maven; on macOS, do this:

$ brew install maven

Other operating systems will differ.

Running tests

Simple jUnit tests were created according to instructions here: github.com/junit-team/junit4/wiki/Getting-started.

On *nix:

$ cd junit-example
$ ./run-tests.bash