io.github.jensdietrich.saflate:saflate-network-junit5

A JUnit extension that catches network-related exceptions thrown while testing, and flags tests that would otherwise fail because of this as skipped, allowing builds to proceed and therefore reducing flakiness.

License

License

Categories

Categories

JUnit Unit Testing Net
GroupId

GroupId

io.github.jensdietrich.saflate
ArtifactId

ArtifactId

saflate-network-junit5
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.jensdietrich.saflate:saflate-network-junit5
A JUnit extension that catches network-related exceptions thrown while testing, and flags tests that would otherwise fail because of this as skipped, allowing builds to proceed and therefore reducing flakiness.
Project URL

Project URL

https://github.com/jensdietrich/saflate
Source Code Management

Source Code Management

https://github.com/jensdietrich/saflate/tree/main/saflate-network-junit5

Download saflate-network-junit5

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar [5.6.0,6.0.0)
net.bytebuddy : byte-buddy jar 1.11.5
net.bytebuddy : byte-buddy-agent jar 1.11.5

test (2)

Group / Artifact Type Version
org.junit.platform : junit-platform-commons jar [1.8.0,2.0.0)
org.junit.platform : junit-platform-launcher jar 1.7.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0