d

deepsampler-junit4

Contains supporting classes for using DeepSampler with JUnit 4.
https://github.com/ppi-ag/deep-sampler
MIT License
ppi
Files download
File Operation
deepsampler-junit4-1.0.2.jar download
deepsampler-junit4-1.0.2.pom download
deepsampler-junit4-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>de.ppi</groupId>
  <artifactId>deepsampler-junit4</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'de.ppi:deepsampler-junit4:1.0.2'
Gradle Kotlin
implementation("de.ppi:deepsampler-junit4:1.0.2")
Scala SBT
libraryDependencies += "de.ppi" % "deepsampler-junit4" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='de.ppi', module='deepsampler-junit4', version='1.0.2')
)
Apache Ivy
<dependency org="de.ppi" name="deepsampler-junit4" rev="1.0.2" />
Leiningen
[de.ppi/deepsampler-junit4 "1.0.2"]
Apache Buildr
'de.ppi:deepsampler-junit4:jar:1.0.2'