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:
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаjunit |
| Идентификатор | Идентификаторjunit |
| Последняя версия | Последняя версия4.13.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJUnit
JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junit-4.13.2.pom | |
| junit-4.13.2.jar | 372 KB |
| junit-4.13.2-sources.jar | 225 KB |
| junit-4.13.2-javadoc.jar | 1 MB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 1.3 |
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: