TestWithParams

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

License

License

GroupId

GroupId

com.github.ignaciotcrespo
ArtifactId

ArtifactId

testwithparams
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download testwithparams

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.12

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.7.19
org.assertj : assertj-core jar 3.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0