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

A JUnit rule 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-junit4
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.jensdietrich.saflate:saflate-network-junit4
A JUnit rule 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-junit4

Download saflate-network-junit4

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
junit : junit jar 4.13.2
net.bytebuddy : byte-buddy jar 1.11.5
net.bytebuddy : byte-buddy-agent jar 1.11.5
org.hamcrest : hamcrest jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0