| License |
License |
|---|---|
| Categories |
CategoriesSpock Application Testing & Monitoring |
| GroupId | GroupIdorg.tools4j |
| ArtifactId | ArtifactIdspockito-table |
| 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-table-2.0.pom | |
| spockito-table-2.0-sources.jar | 45 KB |
| spockito-table-2.0-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.tools4j/spockito-table/ -->
<dependency>
<groupId>org.tools4j</groupId>
<artifactId>spockito-table</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tools4j/spockito-table/
implementation 'org.tools4j:spockito-table:2.0'
// https://jarcasting.com/artifacts/org.tools4j/spockito-table/
implementation ("org.tools4j:spockito-table:2.0")
'org.tools4j:spockito-table:pom:2.0'
<dependency org="org.tools4j" name="spockito-table" rev="2.0">
<artifact name="spockito-table" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tools4j', module='spockito-table', version='2.0')
)
libraryDependencies += "org.tools4j" % "spockito-table" % "2.0"
[org.tools4j/spockito-table "2.0"]