j

junitwithparams

Parameterised tests, it works with any Runner (Robolectric, String, Mockito, and more!)
https://github.com/ignaciotcrespo/junitwithparams
MIT License
Ignacio Tomas Crespo
Files download
File Operation
junitwithparams-1.0.7.jar download
junitwithparams-1.0.7.pom download
junitwithparams-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ignaciotcrespo</groupId>
  <artifactId>junitwithparams</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.ignaciotcrespo:junitwithparams:1.0.7'
Gradle Kotlin
implementation("com.github.ignaciotcrespo:junitwithparams:1.0.7")
Scala SBT
libraryDependencies += "com.github.ignaciotcrespo" % "junitwithparams" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ignaciotcrespo', module='junitwithparams', version='1.0.7')
)
Apache Ivy
<dependency org="com.github.ignaciotcrespo" name="junitwithparams" rev="1.0.7" />
Leiningen
[com.github.ignaciotcrespo/junitwithparams "1.0.7"]
Apache Buildr
'com.github.ignaciotcrespo:junitwithparams:jar:1.0.7'
Dependencies

runtime

|-- junit:junit:4.12