JUnit

JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.

Лицензия

Лицензия

Категории

Категории

JUnit Тестирование компонентов
Группа

Группа

junit
Идентификатор

Идентификатор

junit
Последняя версия

Последняя версия

4.13.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

JUnit
JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
Ссылка на сайт

Ссылка на сайт

http://junit.org
Организация-разработчик

Организация-разработчик

JUnit
Система контроля версий

Система контроля версий

https://github.com/junit-team/junit4

Скачать junit

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/junit/junit/ -->
<dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <version>4.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/junit/junit/
implementation 'junit:junit:4.13.2'
// https://jarcasting.com/artifacts/junit/junit/
implementation ("junit:junit:4.13.2")
'junit:junit:jar:4.13.2'
<dependency org="junit" name="junit" rev="4.13.2">
  <artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='junit', module='junit', version='4.13.2')
)
libraryDependencies += "junit" % "junit" % "4.13.2"
[junit "4.13.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.hamcrest : hamcrest-core jar 1.3

test (1)

Идентификатор библиотеки Тип Версия
org.hamcrest : hamcrest-library jar 1.3

Модули Проекта

Данный проект не имеет модулей.
junit

JUnit

A programmer-oriented testing framework for Java.

Версии библиотеки

Версия
4.13.2
4.13.1
4.13
4.13-rc-2
4.13-rc-1
4.13-beta-3
4.13-beta-2
4.13-beta-1
4.12
4.12-beta-3
4.12-beta-2
4.12-beta-1
4.11
4.11-beta-1
4.10
4.9
4.8.2
4.8.1
4.8
4.7
4.6
4.5
4.4
4.3.1
4.3
4.2
4.1
4.0
3.8.2
3.8.1
3.8
3.7