An open API service indexing awesome lists of open source software.

https://github.com/iodesystems/junit4-runner

Allow JUnit4 to be run as a runtime feature, with XML reporting
https://github.com/iodesystems/junit4-runner

Last synced: about 1 year ago
JSON representation

Allow JUnit4 to be run as a runtime feature, with XML reporting

Awesome Lists containing this project

README

          

# junit4-runner

Allow JUnit4 to be run as a runtime feature, with XML reporting

This project follows the junit output guidelines (https://github.com/testmoapp/junitxml) in an attempt to create a
runtime junit4 test runner.

This is mainly for unhooking your build system from your testing framework, and allowing you to target production or
staging environments with tests.