1647917675 / junit5-samples

Collection of sample applications using JUnit 5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JUnit 5 Samples ci-badge

Welcome to JUnit 5 Samples, a collection of sample applications and extensions using JUnit Jupiter, JUnit Vintage, and the JUnit Platform on various build systems.

CI builds for sample projects are available on Jenkins and Travis CI.

Vanilla Jupiter on Gradle badge-jdk-8 badge-tool-gradle badge-junit-jupiter

The junit5-vanilla-gradle sample demonstrates the bare minimum configuration for getting started with JUnit Jupiter using the Gradle build system.

Vanilla Jupiter on Maven badge-jdk-8 badge-tool-maven badge-junit-jupiter

The junit5-vanilla-maven sample demonstrates the bare minimum configuration for getting started with JUnit Jupiter using the Maven build system.

Gradle Consumer badge-jdk-8 badge-tool-gradle badge-junit-platform badge-junit-jupiter badge-junit-vintage

The junit5-gradle-consumer sample demonstrates how to set up a Gradle project using the JUnit Platform, JUnit Jupiter, and JUnit Vintage.

Maven Consumer badge-jdk-8 badge-tool-maven badge-junit-platform badge-junit-jupiter badge-junit-vintage

The junit5-maven-consumer sample demonstrates how to set up a Maven project using the JUnit Platform, JUnit Jupiter, and JUnit Vintage.

Mockito Extension badge-jdk-8 badge-tool-gradle badge-junit-platform badge-junit-jupiter

The junit5-mockito-extension sample provides a simple extension that demonstrates how one can integrate Mockito into JUnit Jupiter tests.

Ice Cream Machine badge-jdk-9 badge-tool-gradle badge-junit-platform

The junit5-java9-engine sample demonstrates how to implement a custom TestEngine for the JUnit Platform using the Java Platform Module System (a.k.a., Project Jigsaw for Java 9).

About

Collection of sample applications using JUnit 5.

License:Eclipse Public License 1.0


Languages

Language:Java 49.9%Language:Shell 28.1%Language:Batchfile 22.0%