Last Version

JUnit5 System Extensions 1.2.0

These extensions help testing behavior that is related to `System.x` calls like `exit(int).

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.itsallcode
ArtifactId

ArtifactId

junit5-system-extensions
Version

Version

1.2.0
Type

Type

jar
Description

Description

JUnit5 System Extensions
These extensions help testing behavior that is related to `System.x` calls like `exit(int).
Project URL

Project URL

https://github.com/itsallcode/junit5-system-extensions
Project Organization

Project Organization

itsallcode.org
Source Code Management

Source Code Management

https://github.com/itsallcode/junit5-system-extensions

Download junit5-system-extensions 1.2.0


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

Dependencies

compile (1)

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

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.1
org.junit.platform : junit-platform-launcher jar 1.7.1
org.mockito : mockito-core jar 3.8.0

Project Modules

There are no modules declared in this project.