License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.blackdark |
ArtifactId | ArtifactIdjbehave-junit-runner |
Version | Version1.2.2.1 |
Type | Typejar |
Description |
DescriptionJBehave JUnit Runner
A JUnit runner which visualizes the individual steps of a JBehave Story as test steps.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.blackdark/jbehave-junit-runner/ -->
<dependency>
<groupId>com.github.blackdark</groupId>
<artifactId>jbehave-junit-runner</artifactId>
<version>1.2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blackdark/jbehave-junit-runner/
implementation 'com.github.blackdark:jbehave-junit-runner:1.2.2.1'
// https://jarcasting.com/artifacts/com.github.blackdark/jbehave-junit-runner/
implementation ("com.github.blackdark:jbehave-junit-runner:1.2.2.1")
'com.github.blackdark:jbehave-junit-runner:jar:1.2.2.1'
<dependency org="com.github.blackdark" name="jbehave-junit-runner" rev="1.2.2.1">
<artifact name="jbehave-junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blackdark', module='jbehave-junit-runner', version='1.2.2.1')
)
libraryDependencies += "com.github.blackdark" % "jbehave-junit-runner" % "1.2.2.1"
[com.github.blackdark/jbehave-junit-runner "1.2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.jbehave : jbehave-core | jar | 4.0.5 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.10.19 |