AssertSystemExit

The AssertSystemExit is the library for junit 5 to assert System.exit() code.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.github.mrpanupat
ArtifactId

ArtifactId

junit.assertSystemExit
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

AssertSystemExit
The AssertSystemExit is the library for junit 5 to assert System.exit() code.
Project URL

Project URL

https://github.com/mrpanupat/AssertSystemExit
Source Code Management

Source Code Management

https://github.com/dexecutor/dependent-tasks-executor

Download junit.assertSystemExit

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.mrpanupat/junit.assertSystemExit/ -->
<dependency>
    <groupId>io.github.mrpanupat</groupId>
    <artifactId>junit.assertSystemExit</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mrpanupat/junit.assertSystemExit/
implementation 'io.github.mrpanupat:junit.assertSystemExit:1.0'
// https://jarcasting.com/artifacts/io.github.mrpanupat/junit.assertSystemExit/
implementation ("io.github.mrpanupat:junit.assertSystemExit:1.0")
'io.github.mrpanupat:junit.assertSystemExit:jar:1.0'
<dependency org="io.github.mrpanupat" name="junit.assertSystemExit" rev="1.0">
  <artifact name="junit.assertSystemExit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mrpanupat', module='junit.assertSystemExit', version='1.0')
)
libraryDependencies += "io.github.mrpanupat" % "junit.assertSystemExit" % "1.0"
[io.github.mrpanupat/junit.assertSystemExit "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.1

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

Project Modules

There are no modules declared in this project.

Versions

Version
1.0