Last Version

JUnit-BDD 2.1

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

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.lpandzic
ArtifactId

ArtifactId

junit-bdd
Version

Version

2.1
Type

Type

jar
Description

Description

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

Project URL

http://github.com/lpandzic/junit-bdd
Source Code Management

Source Code Management

https://github.com/lpandzic/junit-bdd

Download junit-bdd 2.1


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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3
org.assertj : assertj-core jar 1.5.0

Project Modules

There are no modules declared in this project.