Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.classpath | 05-Oct-2017 | 226 | |
.gitignore | 05-Oct-2017 | 29 | |
.project | 05-Oct-2017 | 364 | |
Android.mk | 05-Oct-2017 | 1.8K | |
build.gradle | 05-Oct-2017 | 1.7K | |
CleanSpec.mk | 05-Oct-2017 | 2.3K | |
epl-v10.html | 05-Oct-2017 | 12.3K | |
LICENSE-junit.txt | 05-Oct-2017 | 11.1K | |
MODULE_LICENSE_EPL | 05-Oct-2017 | 0 | |
NOTICE.txt | 05-Oct-2017 | 335 | |
README.md | 05-Oct-2017 | 650 | |
README.version | 05-Oct-2017 | 281 | |
src/ | 05-Oct-2017 | ||
version | 05-Oct-2017 | 5 |
1 # JUnit 4 2 JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. 3 4 For more information, please visit: 5 * [Wiki](https://github.com/junit-team/junit/wiki) 6 * [Download and Install guide](https://github.com/junit-team/junit/wiki/Download-and-Install) 7 * [Getting Started](https://github.com/junit-team/junit/wiki/Getting-started) 8 9 [![Latest Build Status](https://junit.ci.cloudbees.com/job/JUnit/badge/icon)](https://junit.ci.cloudbees.com/) 10 11 [![Built on DEV@cloud](http://www.cloudbees.com/sites/default/files/Button-Built-on-CB-1.png)](http://www.cloudbees.com/foss/foss-dev.cb) 12 13