Home | History | Annotate | only in /external/junit
Up to higher level directory
NameDateSize
.classpath06-Dec-2017226
.gitignore06-Dec-201729
.project06-Dec-2017364
Android.mk06-Dec-20171.8K
build.gradle06-Dec-20171.7K
CleanSpec.mk06-Dec-20172.3K
epl-v10.html06-Dec-201712.3K
LICENSE-junit.txt06-Dec-201711.1K
MODULE_LICENSE_EPL06-Dec-20170
NOTICE.txt06-Dec-2017335
OWNERS06-Dec-201761
README.md06-Dec-2017650
README.version06-Dec-2017281
src/06-Dec-2017
version06-Dec-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