JUnit compatibility classes

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

Лицензия

Лицензия

Категории

Категории

JUnit Тестирование компонентов Сеть
Группа

Группа

net.reini
Идентификатор

Идентификатор

junit-compat
Последняя версия

Последняя версия

1.5
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

JUnit compatibility classes
Provides partial backwards compatibility classes in order to more easier migrate to a newer JUnit version.
Ссылка на сайт

Ссылка на сайт

https://github.com/reinhapa/junit-compat
Система контроля версий

Система контроля версий

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

Скачать junit-compat

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.5
1.4
1.3
1.2
1.1.0
1.0.1
1.0.0