Name Date Size #Lines LOC

..--

src/main/java/H25-Apr-2025-19,83110,702

.classpathH A D25-Apr-2025226 76

.gitignoreH A D25-Apr-202529 32

.projectH A D25-Apr-2025364 1817

Android.bpH A D25-Apr-20251.7 KiB6154

CleanSpec.mkH A D25-Apr-20252.3 KiB521

LICENSE-junit.txtH A D25-Apr-202511.1 KiB215170

METADATAH A D25-Apr-2025363 2019

MODULE_LICENSE_EPLHD25-Apr-20250

NOTICE.txtH A D25-Apr-2025335 64

OWNERSH A D25-Apr-202558 43

README.mdH A D25-Apr-2025650 138

README.versionH A D25-Apr-2025500 119

build.gradleH A D25-Apr-20251.7 KiB7160

epl-v10.htmlH A D25-Apr-202512.3 KiB261216

versionH A D25-Apr-20257 21

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    Fix compile error on JDK 18 and later (copied from https://github.com/junit-team/junit4/commit/0eb5ce72848d730da5bd6d42902fdd6a8a42055d)
11