| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаio.github.mrpanupat |
| Идентификатор | Идентификаторjunit.assertSystemExit |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAssertSystemExit
The AssertSystemExit is the library for junit 5 to assert System.exit() code.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junit.assertSystemExit-1.0.pom | |
| junit.assertSystemExit-1.0.jar | 6 KB |
| junit.assertSystemExit-1.0-sources.jar | 4 KB |
| junit.assertSystemExit-1.0-javadoc.jar | 120 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.mrpanupat/junit.assertSystemExit/ -->
<dependency>
<groupId>io.github.mrpanupat</groupId>
<artifactId>junit.assertSystemExit</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mrpanupat/junit.assertSystemExit/
implementation 'io.github.mrpanupat:junit.assertSystemExit:1.0'
// https://jarcasting.com/artifacts/io.github.mrpanupat/junit.assertSystemExit/
implementation ("io.github.mrpanupat:junit.assertSystemExit:1.0")
'io.github.mrpanupat:junit.assertSystemExit:jar:1.0'
<dependency org="io.github.mrpanupat" name="junit.assertSystemExit" rev="1.0">
<artifact name="junit.assertSystemExit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mrpanupat', module='junit.assertSystemExit', version='1.0')
)
libraryDependencies += "io.github.mrpanupat" % "junit.assertSystemExit" % "1.0"
[io.github.mrpanupat/junit.assertSystemExit "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |