is not current version
Last Version 1.0.4

com.github.ignaciotcrespo:junitwithparams 1.0.2

Parameterised tests, it works with any Runner (Robolectric, String, Mockito, and more!)

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.ignaciotcrespo
ArtifactId

ArtifactId

junitwithparams
Version

Version

1.0.2
Type

Type

jar

Download junitwithparams 1.0.2


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