Last Version

Parameterized Suite for JUnit 4 1.1.0

JUnit 4 provides the commonly known Runners "Suite" and "Parameterized". However, as of today there is no Runner implementation that combines the features of both. This library provides a custom Runner for this purpose.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.peterwippermann.junit4
ArtifactId

ArtifactId

parameterized-suite
Version

Version

1.1.0
Type

Type

jar
Description

Description

Parameterized Suite for JUnit 4
JUnit 4 provides the commonly known Runners "Suite" and "Parameterized". However, as of today there is no Runner implementation that combines the features of both. This library provides a custom Runner for this purpose.
Project URL

Project URL

https://github.com/PeterWippermann/parameterized-suite
Source Code Management

Source Code Management

https://github.com/PeterWippermann/parameterized-suite

Download parameterized-suite 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.peterwippermann.junit4/parameterized-suite/ -->
<dependency>
    <groupId>com.github.peterwippermann.junit4</groupId>
    <artifactId>parameterized-suite</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peterwippermann.junit4/parameterized-suite/
implementation 'com.github.peterwippermann.junit4:parameterized-suite:1.1.0'
// https://jarcasting.com/artifacts/com.github.peterwippermann.junit4/parameterized-suite/
implementation ("com.github.peterwippermann.junit4:parameterized-suite:1.1.0")
'com.github.peterwippermann.junit4:parameterized-suite:jar:1.1.0'
<dependency org="com.github.peterwippermann.junit4" name="parameterized-suite" rev="1.1.0">
  <artifact name="parameterized-suite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peterwippermann.junit4', module='parameterized-suite', version='1.1.0')
)
libraryDependencies += "com.github.peterwippermann.junit4" % "parameterized-suite" % "1.1.0"
[com.github.peterwippermann.junit4/parameterized-suite "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar [4.12,5.0)

Project Modules

There are no modules declared in this project.