Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kompiro/training.assert

Training to use Assert.assert*
https://github.com/kompiro/training.assert

Last synced: 11 days ago
JSON representation

Training to use Assert.assert*

Awesome Lists containing this project

README

        

Training Gips for JUnit newbies
---------------------------------

This library is a extension for JUnit.

Some JUnit newbies always don't call Assert.assert* methods.This javaagent library force to use Assert.assert to test success.

It depends...
--------------
JUnit 4.8

How to use
-----------
1. download from below
http://kompiro.org/maven/junit/extensions/quick/training.assert/0.0.1/training.assert-0.0.1.jar

2. run test
java -javaagent:training.assert-0.0.1.jar -classpath...