Module org.junit.platform.launcher
module org.junit.platform.launcher
Public API for configuring and launching test plans.
This API is typically used by IDEs and build tools.
- Since:
- 1.0
-
Packages
PackageExported To ModulesDescriptionAll ModulesPublic API for configuring and launching test plans.All ModulesCore support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
.All ModulesCommonTestExecutionListener
implementations and related support classes for theLauncher
.All ModulesCommonLauncherDiscoveryListener
implementations and factory methods.NoneCommonLauncherSessionListener
implementations and factory methods.NoneThe tag expression language parser and related support classes.Indirect ExportsFromPackagesjava.basecom.sun.crypto.provider com.sun.security.ntlm java.io java.lang java.lang.annotation java.lang.constant java.lang.invoke java.lang.module java.lang.ref java.lang.reflect java.lang.runtime java.math java.net java.net.spi java.nio java.nio.channels java.nio.channels.spi java.nio.charset java.nio.charset.spi java.nio.file java.nio.file.attribute java.nio.file.spi java.security java.security.cert java.security.interfaces java.security.spec java.text java.text.spi java.time java.time.chrono java.time.format java.time.temporal java.time.zone java.util java.util.concurrent java.util.concurrent.atomic java.util.concurrent.locks java.util.function java.util.jar java.util.random java.util.regex java.util.spi java.util.stream java.util.zip javax.crypto javax.crypto.interfaces javax.crypto.spec javax.net javax.net.ssl javax.security.auth javax.security.auth.callback javax.security.auth.login javax.security.auth.spi javax.security.auth.x500 javax.security.cert jdk.internal.access jdk.internal.access.foreign jdk.internal.event jdk.internal.invoke jdk.internal.javac jdk.internal.jimage jdk.internal.jimage.decompressor jdk.internal.jmod jdk.internal.loader jdk.internal.logger jdk.internal.misc jdk.internal.module jdk.internal.org.objectweb.asm jdk.internal.org.objectweb.asm.commons jdk.internal.org.objectweb.asm.tree jdk.internal.org.objectweb.asm.util jdk.internal.org.xml.sax jdk.internal.org.xml.sax.helpers jdk.internal.perf jdk.internal.platform jdk.internal.ref jdk.internal.reflect jdk.internal.util jdk.internal.util.jar jdk.internal.util.random jdk.internal.util.xml jdk.internal.util.xml.impl jdk.internal.vm jdk.internal.vm.annotation jdk.internal.vm.vector sun.invoke.util sun.net sun.net.dns sun.net.ext sun.net.util sun.net.www sun.net.www.protocol.http sun.nio.ch sun.nio.cs sun.nio.fs sun.reflect.annotation sun.reflect.generics.reflectiveObjects sun.reflect.misc sun.security.action sun.security.internal.interfaces sun.security.internal.spec sun.security.jca sun.security.pkcs sun.security.provider sun.security.provider.certpath sun.security.rsa sun.security.timestamp sun.security.tools sun.security.util sun.security.util.math sun.security.util.math.intpoly sun.security.validator sun.security.x509 sun.util.cldr sun.util.locale.provider sun.util.logging sun.util.resourcesjava.loggingjunitjunit.extensions junit.framework junit.runner junit.textui org.junit org.junit.experimental org.junit.experimental.categories org.junit.experimental.max org.junit.experimental.results org.junit.experimental.runners org.junit.experimental.theories org.junit.experimental.theories.internal org.junit.experimental.theories.suppliers org.junit.function org.junit.internal org.junit.internal.builders org.junit.internal.management org.junit.internal.matchers org.junit.internal.requests org.junit.internal.runners org.junit.internal.runners.model org.junit.internal.runners.rules org.junit.internal.runners.statements org.junit.matchers org.junit.rules org.junit.runner org.junit.runner.manipulation org.junit.runner.notification org.junit.runners org.junit.runners.model org.junit.runners.parameterized org.junit.validatororg.apiguardian.apiorg.apiguardian.apiorg.assertj.coreorg.assertj.core.annotations org.assertj.core.api org.assertj.core.api.exception org.assertj.core.api.filter org.assertj.core.api.iterable org.assertj.core.api.junit.jupiter org.assertj.core.api.recursive.comparison org.assertj.core.condition org.assertj.core.configuration org.assertj.core.data org.assertj.core.description org.assertj.core.error org.assertj.core.error.array2d org.assertj.core.error.future org.assertj.core.error.uri org.assertj.core.extractor org.assertj.core.groups org.assertj.core.internal org.assertj.core.matcher org.assertj.core.presentation org.assertj.core.util org.assertj.core.util.diff org.assertj.core.util.diff.myers org.assertj.core.util.introspection org.assertj.core.util.xmlorg.junit.platform.commons org.junit.platform.commons.annotation org.junit.platform.commons.function org.junit.platform.commons.logging org.junit.platform.commons.support org.junit.platform.commons.utilorg.junit.platform.engine org.junit.platform.engine.discovery org.junit.platform.engine.reporting org.junit.platform.engine.support.config org.junit.platform.engine.support.descriptor org.junit.platform.engine.support.discovery org.junit.platform.engine.support.filter org.junit.platform.engine.support.hierarchicalorg.opentest4jorg.opentest4junivocity.parserscom.univocity.parsers.annotations com.univocity.parsers.annotations.helpers com.univocity.parsers.common com.univocity.parsers.common.beans com.univocity.parsers.common.fields com.univocity.parsers.common.input com.univocity.parsers.common.input.concurrent com.univocity.parsers.common.iterators com.univocity.parsers.common.processor com.univocity.parsers.common.processor.core com.univocity.parsers.common.record com.univocity.parsers.common.routine com.univocity.parsers.conversions com.univocity.parsers.csv com.univocity.parsers.fixed com.univocity.parsers.tsv -
Modules
RequiresModifierModuleDescriptionjava.basetransitivejava.loggingstaticorg.apiguardian.apitransitiveCommon APIs and support utilities for the JUnit Platform.transitivePublic API for test engines.Indirect RequiresModifierModuleDescriptiontransitivejunittransitiveorg.assertj.coretransitiveorg.opentest4jtransitiveunivocity.parsers -
Services
ProvidesUsesTypeDescriptionRegister a concrete implementation of this interface with aLauncherDiscoveryRequestBuilder
orLauncher
to be notified of events that occur during test discovery.Register an implementation of this interface to be notified when aLauncherSession
is opened and closed.APostDiscoveryFilter
is applied toTestDescriptors
after test discovery.ATestEngine
facilitates discovery and execution of tests for a particular programming model.Register a concrete implementation of this interface with aLauncher
to be notified of events that occur during test execution.