j

jgiven-testng

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