License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdpl.pragmatists |
ArtifactId | ArtifactIdJUnitParams |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnitParams
Better parameterised tests for JUnit
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
JUnitParams-1.1.1.pom | |
JUnitParams-1.1.1.jar | 16 KB |
JUnitParams-1.1.1-sources.jar | 9 KB |
JUnitParams-1.1.1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.pragmatists/JUnitParams/ -->
<dependency>
<groupId>pl.pragmatists</groupId>
<artifactId>JUnitParams</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.pragmatists/JUnitParams/
implementation 'pl.pragmatists:JUnitParams:1.1.1'
// https://jarcasting.com/artifacts/pl.pragmatists/JUnitParams/
implementation ("pl.pragmatists:JUnitParams:1.1.1")
'pl.pragmatists:JUnitParams:jar:1.1.1'
<dependency org="pl.pragmatists" name="JUnitParams" rev="1.1.1">
<artifact name="JUnitParams" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.pragmatists', module='JUnitParams', version='1.1.1')
)
libraryDependencies += "pl.pragmatists" % "JUnitParams" % "1.1.1"
[pl.pragmatists/JUnitParams "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 1.7.1 |