Home | History | Annotate | only in /external/junit
Up to higher level directory
NameDateSize
.classpath05-Oct-2017226
.gitignore05-Oct-201729
.project05-Oct-2017364
Android.mk05-Oct-20171.8K
build.gradle05-Oct-20171.7K
CleanSpec.mk05-Oct-20172.3K
epl-v10.html05-Oct-201712.3K
LICENSE-junit.txt05-Oct-201711.1K
MODULE_LICENSE_EPL05-Oct-20170
NOTICE.txt05-Oct-2017335
README.md05-Oct-2017650
README.version05-Oct-2017281
src/05-Oct-2017
version05-Oct-20175

README.md

      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 

README.version

      1 URL: https://github.com/junit-team/junit/archive/r4.12.tar.gz
      2 Version: 4.12
      3 BugComponent: 40416
      4 
      5 Local Changes:
      6     Remove DisableOnDebug (new in 4.12) as it is not supported on Android
      7     Remove support for stuck threads
      8     Extra generic type information to aid certain javacs.
      9