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

https://github.com/sormuras/junit-platform-isolator

Launch JUnit Platform In Isolation
https://github.com/sormuras/junit-platform-isolator

Last synced: 10 months ago
JSON representation

Launch JUnit Platform In Isolation

Awesome Lists containing this project

README

          

# JUnit Platform Isolator

[![jdk8](https://img.shields.io/badge/java-8-lightgray.svg)](http://jdk.java.net/8)
[![jdk11](https://img.shields.io/badge/java-11-blue.svg)](http://jdk.java.net/11)
[![travis](https://travis-ci.com/sormuras/junit-platform-isolator.svg?branch=master)](https://travis-ci.com/sormuras/junit-platform-isolator)
[![experimental](https://img.shields.io/badge/api-experimental-yellow.svg)](https://javadoc.io/doc/de.sormuras.junit/junit-platform-isolator)
[![central](https://img.shields.io/maven-central/v/de.sormuras.junit/junit-platform-isolator.svg)](https://search.maven.org/artifact/de.sormuras.junit/junit-platform-isolator)

![isolator](junit-platform-isolator.png)

Build-tool agnostic library that helps launching the JUnit Platform for test discovery and execution.

## Contribution Policy

Contributions via GitHub pull requests are gladly accepted from their original author.
Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license.
Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

## License

This code is open source software licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.html).