t

testrunner

A library and plugin that can be extended to create tools that operate on Java (JUnit) tests with fine-grained control.
https://github.com/TestingResearchIllinois/testrunner
MIT License
Reed Oei
Files download
File Operation
testrunner-1.0.pom download
Apache Maven
<dependency>
  <groupId>edu.illinois.cs</groupId>
  <artifactId>testrunner</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'edu.illinois.cs:testrunner:1.0'
Gradle Kotlin
implementation("edu.illinois.cs:testrunner:1.0")
Scala SBT
libraryDependencies += "edu.illinois.cs" % "testrunner" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='edu.illinois.cs', module='testrunner', version='1.0')
)
Apache Ivy
<dependency org="edu.illinois.cs" name="testrunner" rev="1.0" />
Leiningen
[edu.illinois.cs/testrunner "1.0"]
Apache Buildr
'edu.illinois.cs:testrunner:jar:1.0'
Dependencies
The project has no third-party dependencies