j

junit5-system-exit

A JUnit5 Extension to help write tests that call System.exit()
https://github.com/tginsberg/junit5-system-exit
MIT License
com.ginsberg
Todd Ginsberg
Files download
File Operation
junit5-system-exit-1.0.0.jar download
junit5-system-exit-1.0.0.pom download
junit5-system-exit-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ginsberg</groupId>
  <artifactId>junit5-system-exit</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.ginsberg:junit5-system-exit:1.0.0'
Gradle Kotlin
implementation("com.ginsberg:junit5-system-exit:1.0.0")
Scala SBT
libraryDependencies += "com.ginsberg" % "junit5-system-exit" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ginsberg', module='junit5-system-exit', version='1.0.0')
)
Apache Ivy
<dependency org="com.ginsberg" name="junit5-system-exit" rev="1.0.0" />
Leiningen
[com.ginsberg/junit5-system-exit "1.0.0"]
Apache Buildr
'com.ginsberg:junit5-system-exit:jar:1.0.0'