q

quarantining-test-runner

JUnit Runner that loads specified classes in a separate ClassLoader
http://https://github.com/BinaryTweed/quarantining-test-runner
MIT License
Deejay
Files download
File Operation
quarantining-test-runner-0.0.3.jar download
quarantining-test-runner-0.0.3.pom download
quarantining-test-runner-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.binarytweed</groupId>
  <artifactId>quarantining-test-runner</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.binarytweed:quarantining-test-runner:0.0.3'
Gradle Kotlin
implementation("com.binarytweed:quarantining-test-runner:0.0.3")
Scala SBT
libraryDependencies += "com.binarytweed" % "quarantining-test-runner" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.binarytweed', module='quarantining-test-runner', version='0.0.3')
)
Apache Ivy
<dependency org="com.binarytweed" name="quarantining-test-runner" rev="0.0.3" />
Leiningen
[com.binarytweed/quarantining-test-runner "0.0.3"]
Apache Buildr
'com.binarytweed:quarantining-test-runner:jar:0.0.3'