Last Version

Runtime Suite 0.5

A JUnit suite class that finds and filters tests based on user-defined criteria, then runs the selected tests. Also includes a class finder that finds test classes on the classpath, and filters to included or exclude test classes and methods by category.

License

License

GroupId

GroupId

com.dhemery.runtime-suite
ArtifactId

ArtifactId

runtime-suite
Version

Version

0.5
Type

Type

pom
Description

Description

Runtime Suite
A JUnit suite class that finds and filters tests based on user-defined criteria, then runs the selected tests. Also includes a class finder that finds test classes on the classpath, and filters to included or exclude test classes and methods by category.
Project URL

Project URL

http://github.com/dhemery/runtime-suite
Source Code Management

Source Code Management

http://github.com/dhemery/runtime-suite

Download runtime-suite 0.5

Filename Size
runtime-suite-0.5.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.dhemery.runtime-suite/runtime-suite/ -->
<dependency>
    <groupId>com.dhemery.runtime-suite</groupId>
    <artifactId>runtime-suite</artifactId>
    <version>0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dhemery.runtime-suite/runtime-suite/
implementation 'com.dhemery.runtime-suite:runtime-suite:0.5'
// https://jarcasting.com/artifacts/com.dhemery.runtime-suite/runtime-suite/
implementation ("com.dhemery.runtime-suite:runtime-suite:0.5")
'com.dhemery.runtime-suite:runtime-suite:pom:0.5'
<dependency org="com.dhemery.runtime-suite" name="runtime-suite" rev="0.5">
  <artifact name="runtime-suite" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dhemery.runtime-suite', module='runtime-suite', version='0.5')
)
libraryDependencies += "com.dhemery.runtime-suite" % "runtime-suite" % "0.5"
[com.dhemery.runtime-suite/runtime-suite "0.5"]

Dependencies

compile (2)

Group / Artifact Type Version
org.easytesting : fest-assert jar 1.3
junit : junit jar 4.8.2

Project Modules

  • core
  • classpath.a
  • classpath.b
  • classpath.c
  • classpath.d