License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.rrrekin |
ArtifactId | ArtifactIdmultitests-junit4 |
Version | Version0.7.1 |
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 |
---|---|
multitests-junit4-0.7.1.pom | |
multitests-junit4-0.7.1.jar | 7 KB |
multitests-junit4-0.7.1-sources.jar | 5 KB |
multitests-junit4-0.7.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rrrekin/multitests-junit4/ -->
<dependency>
<groupId>com.github.rrrekin</groupId>
<artifactId>multitests-junit4</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rrrekin/multitests-junit4/
implementation 'com.github.rrrekin:multitests-junit4:0.7.1'
// https://jarcasting.com/artifacts/com.github.rrrekin/multitests-junit4/
implementation ("com.github.rrrekin:multitests-junit4:0.7.1")
'com.github.rrrekin:multitests-junit4:jar:0.7.1'
<dependency org="com.github.rrrekin" name="multitests-junit4" rev="0.7.1">
<artifact name="multitests-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rrrekin', module='multitests-junit4', version='0.7.1')
)
libraryDependencies += "com.github.rrrekin" % "multitests-junit4" % "0.7.1"
[com.github.rrrekin/multitests-junit4 "0.7.1"]