| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing Spock Application Testing & Monitoring |
| GroupId | GroupIdorg.tools4j |
| ArtifactId | ArtifactIdspockito-junit4 |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionspockito
Java JUnit runner for parameterized tests where the test cases are defined in a table-like manner.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spockito-junit4-2.0.pom | |
| spockito-junit4-2.0-sources.jar | 14 KB |
| spockito-junit4-2.0-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.tools4j/spockito-junit4/ -->
<dependency>
<groupId>org.tools4j</groupId>
<artifactId>spockito-junit4</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tools4j/spockito-junit4/
implementation 'org.tools4j:spockito-junit4:2.0'
// https://jarcasting.com/artifacts/org.tools4j/spockito-junit4/
implementation ("org.tools4j:spockito-junit4:2.0")
'org.tools4j:spockito-junit4:pom:2.0'
<dependency org="org.tools4j" name="spockito-junit4" rev="2.0">
<artifact name="spockito-junit4" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tools4j', module='spockito-junit4', version='2.0')
)
libraryDependencies += "org.tools4j" % "spockito-junit4" % "2.0"
[org.tools4j/spockito-junit4 "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.tools4j : spockito-table | jar | 2.0 |
| junit : junit | jar | 4.13.1 |