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 CancellationTokenAdapterModifier and TypeFieldDescriptionprivate final CancellationTokenAdapterLauncherAdapter.cancellationTokenMethods in org.apache.maven.surefire.junitplatform that return CancellationTokenAdapterModifier and TypeMethodDescription(package private) static CancellationTokenAdapterCancellationTokenAdapter.tryCreate()Methods in org.apache.maven.surefire.junitplatform with parameters of type CancellationTokenAdapterModifier and TypeMethodDescriptionprivate static voidJUnitPlatformProvider.cancelExecution(CancellationTokenAdapter cancellationToken, org.apache.maven.plugin.surefire.log.api.ConsoleLogger consoleLogger, AtomicBoolean loggedFailedAttempt, int skipAfterFailureCount) LauncherSessionFactory.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 CancellationTokenAdapterModifierConstructorDescription(package private)LauncherAdapter(org.junit.platform.launcher.Launcher delegate, CancellationTokenAdapter cancellationToken) (package private)LauncherSessionAdapter(AutoCloseable launcherSession, org.junit.platform.launcher.Launcher launcher, CancellationTokenAdapter cancellationToken)