License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.lpandzic |
ArtifactId | ArtifactIdjunit-bdd |
Version | Version2.1 |
Type | Typejar |
Description |
DescriptionJUnit-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-bdd-2.1.pom | |
junit-bdd-2.1.jar | 9 KB |
junit-bdd-2.1-sources.jar | 6 KB |
junit-bdd-2.1-javadoc.jar | 61 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.assertj : assertj-core | jar | 1.5.0 |