License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.ignaciotcrespo |
ArtifactId | ArtifactIdjunitwithparams |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionJUnitWithParams
Parameterised tests, it works with any Runner (Robolectric, String, Mockito, and more!)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junitwithparams-1.0.4.pom | |
junitwithparams-1.0.4.jar | 8 KB |
junitwithparams-1.0.4-sources.jar | 7 KB |
junitwithparams-1.0.4-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ignaciotcrespo/junitwithparams/ -->
<dependency>
<groupId>com.github.ignaciotcrespo</groupId>
<artifactId>junitwithparams</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ignaciotcrespo/junitwithparams/
implementation 'com.github.ignaciotcrespo:junitwithparams:1.0.4'
// https://jarcasting.com/artifacts/com.github.ignaciotcrespo/junitwithparams/
implementation ("com.github.ignaciotcrespo:junitwithparams:1.0.4")
'com.github.ignaciotcrespo:junitwithparams:jar:1.0.4'
<dependency org="com.github.ignaciotcrespo" name="junitwithparams" rev="1.0.4">
<artifact name="junitwithparams" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ignaciotcrespo', module='junitwithparams', version='1.0.4')
)
libraryDependencies += "com.github.ignaciotcrespo" % "junitwithparams" % "1.0.4"
[com.github.ignaciotcrespo/junitwithparams "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.7.5 |
org.assertj : assertj-core | jar | 2.6.0 |