a

assortmentofjunitrules

Useful assortment of JUnit rules for integration testing.
http://github.com/mlk/AssortmentOfJUnitRules
Modified BSD License
Michael Lloyd Lee
Files download
File Operation
assortmentofjunitrules-1.0.jar download
assortmentofjunitrules-1.0.pom download
assortmentofjunitrules-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mlk</groupId>
  <artifactId>assortmentofjunitrules</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.mlk:assortmentofjunitrules:1.0'
Gradle Kotlin
implementation("com.github.mlk:assortmentofjunitrules:1.0")
Scala SBT
libraryDependencies += "com.github.mlk" % "assortmentofjunitrules" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mlk', module='assortmentofjunitrules', version='1.0')
)
Apache Ivy
<dependency org="com.github.mlk" name="assortmentofjunitrules" rev="1.0" />
Leiningen
[com.github.mlk/assortmentofjunitrules "1.0"]
Apache Buildr
'com.github.mlk:assortmentofjunitrules:jar:1.0'