org.junit.gen5.launcher.main.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-launcher Show documentation
Show all versions of junit-launcher Show documentation
Module "junit-launcher" of JUnit 5.
The newest version!
/**
* The {@link org.junit.gen5.launcher.main.DefaultLauncher DefaultLauncher}
* class is the main starting point for running all JUnit tests.
*
* The {@link org.junit.gen5.launcher.main.TestDiscoveryRequestBuilder
* TestDiscoveryRequestBuilder} serves as a small DSL for creating
* {@link org.junit.gen5.launcher.TestDiscoveryRequest TestDiscoveryRequests}.
*/
package org.junit.gen5.launcher.main;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy