项目作者: mcalthrop

项目描述 :
Playing with jUnit
高级语言: Java
项目地址: git://github.com/mcalthrop/junit-sandbox.git
创建时间: 2017-05-31T20:03:54Z
项目社区:https://github.com/mcalthrop/junit-sandbox

开源协议:

下载


Build Status

junit-sandbox

Playing with jUnit

Setup

Installing maven; on macOS, do this:

  1. $ 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:

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