| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаorg.testifyproject.junit4 |
| Идентификатор | Идентификаторunit-test |
| Версия | Версия1.0.6 |
| Тип | Типjar |
| Описание |
ОписаниеUnit Test
A meta module that points to junit4-core module which contains a JUnit test runner for running unit tests
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| unit-test-1.0.6.pom | |
| unit-test-1.0.6.jar | 2 KB |
| unit-test-1.0.6-sources.jar | 3 KB |
| unit-test-1.0.6-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.testifyproject.junit4/unit-test/ -->
<dependency>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>unit-test</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.junit4/unit-test/
implementation 'org.testifyproject.junit4:unit-test:1.0.6'
// https://jarcasting.com/artifacts/org.testifyproject.junit4/unit-test/
implementation ("org.testifyproject.junit4:unit-test:1.0.6")
'org.testifyproject.junit4:unit-test:jar:1.0.6'
<dependency org="org.testifyproject.junit4" name="unit-test" rev="1.0.6">
<artifact name="unit-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.junit4', module='unit-test', version='1.0.6')
)
libraryDependencies += "org.testifyproject.junit4" % "unit-test" % "1.0.6"
[org.testifyproject.junit4/unit-test "1.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testifyproject.junit4 : junit4-core | jar | 1.0.6 |
| junit : junit | jar | 4.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.18 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 2.11.0 |
| org.assertj : assertj-core | jar | 3.8.0 |