Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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*
- Host: GitHub
- URL: https://github.com/kompiro/training.assert
- Owner: kompiro
- Created: 2011-06-12T13:34:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-13T14:23:22.000Z (over 13 years ago)
- Last Synced: 2023-04-12T20:30:51.414Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.8How to use
-----------
1. download from below
http://kompiro.org/maven/junit/extensions/quick/training.assert/0.0.1/training.assert-0.0.1.jar2. run test
java -javaagent:training.assert-0.0.1.jar -classpath...