JUnit compatibility classes

Provides partial backwards compatibility classes in order to more easier migrate to a newer JUnit version.

License

License

Categories

Categories

JUnit Unit Testing Net
GroupId

GroupId

net.reini
ArtifactId

ArtifactId

junit-compat
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

JUnit compatibility classes
Provides partial backwards compatibility classes in order to more easier migrate to a newer JUnit version.
Project URL

Project URL

https://github.com/reinhapa/junit-compat
Source Code Management

Source Code Management

https://github.com/reinhapa/junit-compat.git

Download junit-compat

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

JUnit 3 compatibility helper

MIT License Supported Versions Supported Versions Build Status Maven Central Code Coverage codecov.io

This project contains some of the old JUnit classes that where removed in the newer versions of JUnit. Using this project besides the actual JUnit library can help migrate to a newer version more smoothly.

Enhanced provided helper classes

Additional to the re-added removed JUnit 3 classes there are some additional helper classes building test suites:

CustomTestSuite

Creates a test suite based on a given text file containing all canonical test class names for the test suite.

RepeatFailedTests

Creates a test suite based on a given URIs where the JUnit runner log output is taken to get the failed tests and build it upon.

RecursiveTestSuite

Creates a test suite based on a set of test class files as starting point using their the local file system location, searching recursively for more test classes that are added to the suite.

Contribute

Contributions are always welcome. Use Google code style format for your changes.

License

This project is licensed under the MIT license

Versions

Version
1.5
1.4
1.3
1.2
1.1.0
1.0.1
1.0.0