License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.technophobia.substeps |
ArtifactId | ArtifactIdsubsteps-junit-runner |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSubSteps JUnit Runner
A junit runner for substeps
|
Project Organization |
Project OrganizationTechnophobia Ltd |
<!-- https://jarcasting.com/artifacts/com.technophobia.substeps/substeps-junit-runner/ -->
<dependency>
<groupId>com.technophobia.substeps</groupId>
<artifactId>substeps-junit-runner</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.technophobia.substeps/substeps-junit-runner/
implementation 'com.technophobia.substeps:substeps-junit-runner:2.0.0'
// https://jarcasting.com/artifacts/com.technophobia.substeps/substeps-junit-runner/
implementation ("com.technophobia.substeps:substeps-junit-runner:2.0.0")
'com.technophobia.substeps:substeps-junit-runner:jar:2.0.0'
<dependency org="com.technophobia.substeps" name="substeps-junit-runner" rev="2.0.0">
<artifact name="substeps-junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.technophobia.substeps', module='substeps-junit-runner', version='2.0.0')
)
libraryDependencies += "com.technophobia.substeps" % "substeps-junit-runner" % "2.0.0"
[com.technophobia.substeps/substeps-junit-runner "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.technophobia.substeps : substeps-runner-common | jar | 2.0.0 |
com.technophobia.substeps : substeps-core-api | jar | 2.0.0 |
junit : junit | jar | 4.12 |
com.google.guava : guava | jar | 18.0 |
org.slf4j : slf4j-api | jar | 1.7.13 |
Group / Artifact | Type | Version |
---|---|---|
com.technophobia.substeps : substeps-core | jar | 2.0.0 |
org.mockito : mockito-all | jar | 2.0.2-beta |
com.technophobia.substeps : substeps-core-api | test-jar | 2.0.0 |
com.technophobia.substeps : substeps-core | test-jar | 2.0.0 |