is not current version
Last Version 1.1.0

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

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
Version

Version

1.0.0
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 1.0.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar [5.6.0,5.7.0)
org.junit.jupiter : junit-jupiter-engine jar [5.6.0,5.7.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.7.2
org.junit.platform : junit-platform-launcher jar 1.7.2

Project Modules

There are no modules declared in this project.