License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.rrrekin |
ArtifactId | ArtifactIdmutlitests-junit4 |
Version | Version0.6.0 |
Type | Typejar |
Description |
Descriptionmultitests JUnit4 library
JUnit 4 rule and annotations to multiple test execution: repeat, retry and run in parallel.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mutlitests-junit4-0.6.0.pom | |
mutlitests-junit4-0.6.0.jar | 7 KB |
mutlitests-junit4-0.6.0-sources.jar | 5 KB |
mutlitests-junit4-0.6.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rrrekin/mutlitests-junit4/ -->
<dependency>
<groupId>com.github.rrrekin</groupId>
<artifactId>mutlitests-junit4</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rrrekin/mutlitests-junit4/
implementation 'com.github.rrrekin:mutlitests-junit4:0.6.0'
// https://jarcasting.com/artifacts/com.github.rrrekin/mutlitests-junit4/
implementation ("com.github.rrrekin:mutlitests-junit4:0.6.0")
'com.github.rrrekin:mutlitests-junit4:jar:0.6.0'
<dependency org="com.github.rrrekin" name="mutlitests-junit4" rev="0.6.0">
<artifact name="mutlitests-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rrrekin', module='mutlitests-junit4', version='0.6.0')
)
libraryDependencies += "com.github.rrrekin" % "mutlitests-junit4" % "0.6.0"
[com.github.rrrekin/mutlitests-junit4 "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.2.9 |