Skip to content

mcalthrop/junit-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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