| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаde.hilling.junit.cdi |
| Идентификатор | Идентификаторintegration-tests |
| Последняя версия | Последняя версия4.0.0-RC6 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJUnit extension for easy and efficient testing of CDI components
|
| Имя Файла | Размер |
|---|---|
| integration-tests-4.0.0-RC6.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/integration-tests/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>integration-tests</artifactId>
<version>4.0.0-RC6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/integration-tests/
implementation 'de.hilling.junit.cdi:integration-tests:4.0.0-RC6'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/integration-tests/
implementation ("de.hilling.junit.cdi:integration-tests:4.0.0-RC6")
'de.hilling.junit.cdi:integration-tests:pom:4.0.0-RC6'
<dependency org="de.hilling.junit.cdi" name="integration-tests" rev="4.0.0-RC6">
<artifact name="integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='integration-tests', version='4.0.0-RC6')
)
libraryDependencies += "de.hilling.junit.cdi" % "integration-tests" % "4.0.0-RC6"
[de.hilling.junit.cdi/integration-tests "4.0.0-RC6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 3.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.hilling.junit.cdi : cdi-test-core | jar | 4.0.0-RC6 |
| org.jboss.weld : weld-core-impl | jar | |
| org.jboss.weld.se : weld-se-core | jar | |
| org.slf4j : slf4j-jdk14 | jar | 1.7.36 |
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.mockito : mockito-core | jar | 4.3.1 |
| org.mockito : mockito-junit-jupiter | jar | 4.3.1 |