j

jgiven-tests

JGiven Tests - Contains BDD tests for JGiven written in JGiven
http://jgiven.org
The Apache Software License, Version 2.0
Jan Schäfer Kristof Karhan
Files download
File Operation
jgiven-tests-1.0.0-RC5.jar download
jgiven-tests-1.0.0-RC5.pom download
jgiven-tests-1.0.0-RC5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tngtech.jgiven</groupId>
  <artifactId>jgiven-tests</artifactId>
  <version>1.0.0-RC5</version>
</dependency>
Gradle Groovy
implementation 'com.tngtech.jgiven:jgiven-tests:1.0.0-RC5'
Gradle Kotlin
implementation("com.tngtech.jgiven:jgiven-tests:1.0.0-RC5")
Scala SBT
libraryDependencies += "com.tngtech.jgiven" % "jgiven-tests" % "1.0.0-RC5"
Groovy Grape
@Grapes(
  @Grab(group='com.tngtech.jgiven', module='jgiven-tests', version='1.0.0-RC5')
)
Apache Ivy
<dependency org="com.tngtech.jgiven" name="jgiven-tests" rev="1.0.0-RC5" />
Leiningen
[com.tngtech.jgiven/jgiven-tests "1.0.0-RC5"]
Apache Buildr
'com.tngtech.jgiven:jgiven-tests:jar:1.0.0-RC5'