This repository currently hosts the prototype for the next generation of JUnit, codenamed "JUnit Lambda".
All modules can be built with Gradle using the following command.
gradlew clean assemble
All modules can be tested with Gradle using the following command.
gradlew clean test
All modules can be installed in a local Maven repository for consumption in other projects via the following command.
gradlew clean install
- Group ID:
org.junit - Version:
5.0.0.BUILD-SNAPSHOT - Artifact IDs: TODO
For the time being we're not accepting any pull requests. This has two reasons:
- The goal of the prototype is to get feedback on the API. Focusing on code style, formatting and other details will distract the community's (and our) attention. Most (if not all) of the code will be rewritten anyway.
- Legal reasons. Any contributor will have to sign a contributor's agreement along the line of Contributing.md. The exact details have not been figured out yet, but we will contact you before accepting your first pull request.
If you want to contribute by commenting and discussing the API, use the project's issue tracker, add something to the feedback page or comment on Twitter.