License |
License |
---|---|
GroupId | GroupIdcom.github.ignaciotcrespo |
ArtifactId | ArtifactIdtestwithparams |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionTestWithParams
Parameterised tests, it works with any Runner (Robolectric, String, Mockito, and more!)
|
Filename | Size |
---|---|
testwithparams-1.0.0.pom | |
testwithparams-1.0.0.jar | 7 KB |
testwithparams-1.0.0-sources.jar | 4 KB |
testwithparams-1.0.0-javadoc.jar | 28 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.7.19 |
org.assertj : assertj-core | jar | 3.6.2 |