j

junit5-system-extensions

These extensions help testing behavior that is related to `System.x` calls like `exit(int).
https://github.com/itsallcode/junit5-system-extensions
Eclipse Public License v2.0
itsallcode.org
Files download
File Operation
junit5-system-extensions-1.2.0.jar download
junit5-system-extensions-1.2.0.pom download
junit5-system-extensions-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.itsallcode</groupId>
  <artifactId>junit5-system-extensions</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.itsallcode:junit5-system-extensions:1.2.0'
Gradle Kotlin
implementation("org.itsallcode:junit5-system-extensions:1.2.0")
Scala SBT
libraryDependencies += "org.itsallcode" % "junit5-system-extensions" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.itsallcode', module='junit5-system-extensions', version='1.2.0')
)
Apache Ivy
<dependency org="org.itsallcode" name="junit5-system-extensions" rev="1.2.0" />
Leiningen
[org.itsallcode/junit5-system-extensions "1.2.0"]
Apache Buildr
'org.itsallcode:junit5-system-extensions:jar:1.2.0'