Last Version

Joala BDD 1.2.1

Provide support for writing your tests in JUnit with BDD style Gherkin Syntax. Especially supports logging of steps as well as handing over variables from step to step.

License

License

Categories

Categories

Net
GroupId

GroupId

net.joala
ArtifactId

ArtifactId

joala-bdd
Version

Version

1.2.1
Type

Type

jar
Description

Description

Joala BDD
Provide support for writing your tests in JUnit with BDD style Gherkin Syntax. Especially supports logging of steps as well as handing over variables from step to step.
Project Organization

Project Organization

CoreMedia AG

Download joala-bdd 1.2.1


<!-- https://jarcasting.com/artifacts/net.joala/joala-bdd/ -->
<dependency>
    <groupId>net.joala</groupId>
    <artifactId>joala-bdd</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.joala/joala-bdd/
implementation 'net.joala:joala-bdd:1.2.1'
// https://jarcasting.com/artifacts/net.joala/joala-bdd/
implementation ("net.joala:joala-bdd:1.2.1")
'net.joala:joala-bdd:jar:1.2.1'
<dependency org="net.joala" name="joala-bdd" rev="1.2.1">
  <artifact name="joala-bdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.joala', module='joala-bdd', version='1.2.1')
)
libraryDependencies += "net.joala" % "joala-bdd" % "1.2.1"
[net.joala/joala-bdd "1.2.1"]

Dependencies

compile (7)

Group / Artifact Type Version
junit : junit jar
org.slf4j : slf4j-api jar
org.aspectj : aspectjweaver jar
javax.inject : javax.inject jar
org.hamcrest : hamcrest-core jar
org.hamcrest : hamcrest-library jar
com.google.guava : guava jar

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 Optional jar

runtime (5)

Group / Artifact Type Version
cglib : cglib jar
org.springframework : spring-context jar
org.springframework : spring-beans jar
org.springframework : spring-core jar
org.slf4j : jcl-over-slf4j jar

test (3)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar
ch.qos.logback : logback-core jar
org.springframework : spring-test jar

Project Modules

There are no modules declared in this project.