Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/main/java/ | H | 25-Apr-2025 | - | 19,831 | 10,702 | |
.classpath | H A D | 25-Apr-2025 | 226 | 7 | 6 | |
.gitignore | H A D | 25-Apr-2025 | 29 | 3 | 2 | |
.project | H A D | 25-Apr-2025 | 364 | 18 | 17 | |
Android.bp | H A D | 25-Apr-2025 | 1.7 KiB | 61 | 54 | |
CleanSpec.mk | H A D | 25-Apr-2025 | 2.3 KiB | 52 | 1 | |
LICENSE-junit.txt | H A D | 25-Apr-2025 | 11.1 KiB | 215 | 170 | |
METADATA | H A D | 25-Apr-2025 | 363 | 20 | 19 | |
MODULE_LICENSE_EPL | HD | 25-Apr-2025 | 0 | |||
NOTICE.txt | H A D | 25-Apr-2025 | 335 | 6 | 4 | |
OWNERS | H A D | 25-Apr-2025 | 58 | 4 | 3 | |
README.md | H A D | 25-Apr-2025 | 650 | 13 | 8 | |
README.version | H A D | 25-Apr-2025 | 500 | 11 | 9 | |
build.gradle | H A D | 25-Apr-2025 | 1.7 KiB | 71 | 60 | |
epl-v10.html | H A D | 25-Apr-2025 | 12.3 KiB | 261 | 216 | |
version | H A D | 25-Apr-2025 | 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[](https://junit.ci.cloudbees.com/) 10 11[](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 Fix compile error on JDK 18 and later (copied from https://github.com/junit-team/junit4/commit/0eb5ce72848d730da5bd6d42902fdd6a8a42055d) 11