License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Net |
GroupId | GroupIdio.github.jensdietrich.saflate |
ArtifactId | ArtifactIdsaflate-network-junit5 |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionio.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 |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-commons | jar | 1.7.2 |
org.junit.platform : junit-platform-launcher | jar | 1.7.2 |