Uses of Class
org.apache.maven.surefire.junitplatform.CancellationTokenAdapter
-
-
Uses of CancellationTokenAdapter in org.apache.maven.surefire.junitplatform
Fields in org.apache.maven.surefire.junitplatform declared as CancellationTokenAdapter Modifier and Type Field Description private CancellationTokenAdapterLauncherAdapter. cancellationTokenMethods in org.apache.maven.surefire.junitplatform that return CancellationTokenAdapter Modifier and Type Method Description (package private) static CancellationTokenAdapterCancellationTokenAdapter. tryCreate()Methods in org.apache.maven.surefire.junitplatform with parameters of type CancellationTokenAdapter Modifier and Type Method Description private static voidJUnitPlatformProvider. cancelExecution(CancellationTokenAdapter cancellationToken, org.apache.maven.plugin.surefire.log.api.ConsoleLogger consoleLogger, java.util.concurrent.atomic.AtomicBoolean loggedFailedAttempt, int skipAfterFailureCount)LauncherSessionAdapterLauncherSessionFactory. openSession(CancellationTokenAdapter cancellationToken)private org.apache.maven.surefire.api.report.StoppableJUnitPlatformProvider. prepareFailFastSupport(CancellationTokenAdapter cancellationToken, org.apache.maven.surefire.api.report.TestReportListener<?> runListener)Constructors in org.apache.maven.surefire.junitplatform with parameters of type CancellationTokenAdapter Constructor Description LauncherAdapter(org.junit.platform.launcher.Launcher delegate, CancellationTokenAdapter cancellationToken)LauncherSessionAdapter(java.lang.AutoCloseable launcherSession, org.junit.platform.launcher.Launcher launcher, CancellationTokenAdapter cancellationToken)
-