is not current version
Last Version 1.1.2

com.ginsberg:junit5-system-exit 1.0.0

A JUnit5 Extension to help write tests that call System.exit()

Categories

Categories

JUnit Unit Testing SBE Data Data Structures
GroupId

GroupId

com.ginsberg
ArtifactId

ArtifactId

junit5-system-exit
Version

Version

1.0.0
Type

Type

jar

Download junit5-system-exit 1.0.0


<!-- https://jarcasting.com/artifacts/com.ginsberg/junit5-system-exit/ -->
<dependency>
    <groupId>com.ginsberg</groupId>
    <artifactId>junit5-system-exit</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ginsberg/junit5-system-exit/
implementation 'com.ginsberg:junit5-system-exit:1.0.0'
// https://jarcasting.com/artifacts/com.ginsberg/junit5-system-exit/
implementation ("com.ginsberg:junit5-system-exit:1.0.0")
'com.ginsberg:junit5-system-exit:jar:1.0.0'
<dependency org="com.ginsberg" name="junit5-system-exit" rev="1.0.0">
  <artifact name="junit5-system-exit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ginsberg', module='junit5-system-exit', version='1.0.0')
)
libraryDependencies += "com.ginsberg" % "junit5-system-exit" % "1.0.0"
[com.ginsberg/junit5-system-exit "1.0.0"]