Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/main/java/ | 03-May-2024 | - | 19,831 | 10,702 | ||
.classpath | D | 03-May-2024 | 226 | 7 | 6 | |
.gitignore | D | 03-May-2024 | 29 | 3 | 2 | |
.project | D | 03-May-2024 | 364 | 18 | 17 | |
Android.bp | D | 03-May-2024 | 1.5 KiB | 54 | 49 | |
CleanSpec.mk | D | 03-May-2024 | 2.3 KiB | 52 | 1 | |
LICENSE-junit.txt | D | 03-May-2024 | 11.1 KiB | 215 | 170 | |
METADATA | D | 03-May-2024 | 384 | 20 | 19 | |
MODULE_LICENSE_EPL | D | 03-May-2024 | 0 | |||
NOTICE.txt | D | 03-May-2024 | 335 | 6 | 4 | |
OWNERS | D | 03-May-2024 | 58 | 4 | 3 | |
README.md | D | 03-May-2024 | 650 | 13 | 8 | |
README.version | D | 03-May-2024 | 359 | 10 | 8 | |
build.gradle | D | 03-May-2024 | 1.7 KiB | 71 | 60 | |
epl-v10.html | D | 03-May-2024 | 12.3 KiB | 261 | 216 | |
version | D | 03-May-2024 | 7 | 2 | 1 |
README.md
1# JUnit 4 2JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. 3 4For 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
1URL: https://github.com/junit-team/junit/archive/r4.13.2.tar.gz 2Version: 4.13.2 3BugComponent: 40416 4 5Local Changes: 6 Extra generic type information to aid certain javacs. 7 Remove DisableOnDebug (new in 4.12) as it is not supported on Android 8 Remove support for stuck threads 9 Don't convert assumption failures into errors in rules/ErrorCollector 10