Playing with jUnit
Installing maven; on macOS, do this:
$ brew install maven
Other operating systems will differ.
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