j

jgiven-tests

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