junit5-system-exit

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

License

License

Categories

Categories

JUnit Unit Testing SBE Data Data Structures
GroupId

GroupId

com.ginsberg
ArtifactId

ArtifactId

junit5-system-exit
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

junit5-system-exit
A JUnit5 Extension to help write tests that call System.exit()
Project URL

Project URL

https://github.com/tginsberg/junit5-system-exit
Project Organization

Project Organization

com.ginsberg
Source Code Management

Source Code Management

https://github.com/tginsberg/junit5-system-exit

Download junit5-system-exit

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.1
1.1.0
1.0.0