xref: /aosp_15_r20/external/junit/README.md (revision cf4566a71d1ceff9434d496a1a618cf8c03b0ae3)
1*cf4566a7STreehugger Robot# JUnit 4
2*cf4566a7STreehugger RobotJUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
3*cf4566a7STreehugger Robot
4*cf4566a7STreehugger RobotFor more information, please visit:
5*cf4566a7STreehugger Robot* [Wiki](https://github.com/junit-team/junit/wiki)
6*cf4566a7STreehugger Robot* [Download and Install guide](https://github.com/junit-team/junit/wiki/Download-and-Install)
7*cf4566a7STreehugger Robot* [Getting Started](https://github.com/junit-team/junit/wiki/Getting-started)
8*cf4566a7STreehugger Robot
9*cf4566a7STreehugger Robot[![Latest Build Status](https://junit.ci.cloudbees.com/job/JUnit/badge/icon)](https://junit.ci.cloudbees.com/)
10*cf4566a7STreehugger Robot
11*cf4566a7STreehugger Robot[![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*cf4566a7STreehugger Robot
13