is not current version
Last Version 2.1

com.github.lpandzic:junit-bdd 2.0

Provides a simple and fluent API for structuring test code within when and then blocks used in Behavior-driven development

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.lpandzic
ArtifactId

ArtifactId

junit-bdd
Version

Version

2.0
Type

Type

jar

Download junit-bdd 2.0


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