File: README.md

package info (click to toggle)
junit4 4.13.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,520 kB
  • sloc: java: 31,097; javascript: 1,339; xml: 751; makefile: 2; sh: 1
file content (9 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# JUnit 4
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

For more information, please visit:
* [Wiki](https://github.com/junit-team/junit4/wiki)
* [Download and Install guide](https://github.com/junit-team/junit4/wiki/Download-and-Install)
* [Getting Started](https://github.com/junit-team/junit4/wiki/Getting-started)

[![Build Status](https://travis-ci.org/junit-team/junit4.svg?branch=main)](https://travis-ci.org/junit-team/junit4)