t

testwithparams

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