bdd

Lightweight mocha/chai/jasmine BDD interface for Java tests.

License

License

GroupId

GroupId

com.flarestarsoftware
ArtifactId

ArtifactId

bdd
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

bdd
Lightweight mocha/chai/jasmine BDD interface for Java tests.
Project URL

Project URL

https://github.com/diosmosis/junit-bdd-lite
Source Code Management

Source Code Management

https://github.com/diosmosis/junit-bdd-lite

Download bdd

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.1
0.2.0
0.1.1
0.1.0