Home | History | Annotate | only in /external/junit
Up to higher level directory
NameDateSize
.classpath21-Aug-2018226
.project21-Aug-2018364
Android.bp21-Aug-2018940
build.gradle21-Aug-20181.7K
CleanSpec.mk21-Aug-20182.3K
epl-v10.html21-Aug-201812.3K
LICENSE-junit.txt21-Aug-201811.1K
MODULE_LICENSE_EPL21-Aug-20180
NOTICE.txt21-Aug-2018335
OWNERS21-Aug-201861
README.md21-Aug-2018650
README.version21-Aug-2018281
src/21-Aug-2018
version21-Aug-20185

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