is not current version
Last Version 2.9

com.tngtech.junit.dataprovider:junit4-dataprovider 2.6

A TestNG like dataprovider runner for JUnit having a simplified syntax compared to all the existing JUnit4 features.

Categories

Categories

IDE Development Tools JUnit Unit Testing Data
GroupId

GroupId

com.tngtech.junit.dataprovider
ArtifactId

ArtifactId

junit4-dataprovider
Version

Version

2.6
Type

Type

jar

Download junit4-dataprovider 2.6


<!-- https://jarcasting.com/artifacts/com.tngtech.junit.dataprovider/junit4-dataprovider/ -->
<dependency>
    <groupId>com.tngtech.junit.dataprovider</groupId>
    <artifactId>junit4-dataprovider</artifactId>
    <version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.junit.dataprovider/junit4-dataprovider/
implementation 'com.tngtech.junit.dataprovider:junit4-dataprovider:2.6'
// https://jarcasting.com/artifacts/com.tngtech.junit.dataprovider/junit4-dataprovider/
implementation ("com.tngtech.junit.dataprovider:junit4-dataprovider:2.6")
'com.tngtech.junit.dataprovider:junit4-dataprovider:jar:2.6'
<dependency org="com.tngtech.junit.dataprovider" name="junit4-dataprovider" rev="2.6">
  <artifact name="junit4-dataprovider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.junit.dataprovider', module='junit4-dataprovider', version='2.6')
)
libraryDependencies += "com.tngtech.junit.dataprovider" % "junit4-dataprovider" % "2.6"
[com.tngtech.junit.dataprovider/junit4-dataprovider "2.6"]