License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing SBE Data Data Structures |
GroupId | GroupIdcom.ginsberg |
ArtifactId | ArtifactIdjunit5-system-exit |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit5-system-exit
A JUnit5 Extension to help write tests that call System.exit()
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit5-system-exit-1.1.2.pom | |
junit5-system-exit-1.1.2.jar | 5 KB |
junit5-system-exit-1.1.2-sources.jar | 7 KB |
junit5-system-exit-1.1.2-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ginsberg/junit5-system-exit/ -->
<dependency>
<groupId>com.ginsberg</groupId>
<artifactId>junit5-system-exit</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ginsberg/junit5-system-exit/
implementation 'com.ginsberg:junit5-system-exit:1.1.2'
// https://jarcasting.com/artifacts/com.ginsberg/junit5-system-exit/
implementation ("com.ginsberg:junit5-system-exit:1.1.2")
'com.ginsberg:junit5-system-exit:jar:1.1.2'
<dependency org="com.ginsberg" name="junit5-system-exit" rev="1.1.2">
<artifact name="junit5-system-exit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ginsberg', module='junit5-system-exit', version='1.1.2')
)
libraryDependencies += "com.ginsberg" % "junit5-system-exit" % "1.1.2"
[com.ginsberg/junit5-system-exit "1.1.2"]