Uses of Class
org.apache.maven.surefire.api.util.TestsToRun
Packages that use TestsToRun
Package
Description
-
Uses of TestsToRun in org.apache.maven.surefire.api.util
Methods in org.apache.maven.surefire.api.util that return TestsToRunModifier and TypeMethodDescriptionDefaultScanResult.applyFilter
(ScannerFilter scannerFilter, ClassLoader testClassLoader) ScanResult.applyFilter
(ScannerFilter scannerFilter, ClassLoader testClassLoader) static TestsToRun
DefaultDirectoryScanner.locateTestClasses
(ClassLoader classLoader, ScannerFilter scannerFilter) Deprecated.DirectoryScanner.locateTestClasses
(ClassLoader classLoader, ScannerFilter scannerFilter) Deprecated.Locates tests based on scanning directoriesDefaultRunOrderCalculator.orderTestClasses
(TestsToRun scannedClasses) RunOrderCalculator.orderTestClasses
(TestsToRun scannedClasses) Methods in org.apache.maven.surefire.api.util with parameters of type TestsToRunModifier and TypeMethodDescriptionDefaultRunOrderCalculator.orderTestClasses
(TestsToRun scannedClasses) RunOrderCalculator.orderTestClasses
(TestsToRun scannedClasses) -
Uses of TestsToRun in org.apache.maven.surefire.booter
Subclasses of TestsToRun in org.apache.maven.surefire.booterModifier and TypeClassDescription(package private) final class
A variant of TestsToRun that is provided with test class names from anSystem.in
. -
Uses of TestsToRun in org.apache.maven.surefire.junit
Methods in org.apache.maven.surefire.junit that return TestsToRun -
Uses of TestsToRun in org.apache.maven.surefire.junit4
Fields in org.apache.maven.surefire.junit4 declared as TestsToRunMethods in org.apache.maven.surefire.junit4 that return TestsToRunMethods in org.apache.maven.surefire.junit4 with parameters of type TestsToRunModifier and TypeMethodDescriptionprivate void
JUnit4Provider.registerShutdownListener
(TestsToRun testsToRun) -
Uses of TestsToRun in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore declared as TestsToRunMethods in org.apache.maven.surefire.junitcore that return TestsToRunMethods in org.apache.maven.surefire.junitcore with parameters of type TestsToRunModifier and TypeMethodDescriptionprivate void
JUnitCoreWrapper.execute
(TestsToRun testsToRun, boolean useIterated, Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter) (package private) void
JUnitCoreWrapper.execute
(TestsToRun testsToRun, Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter) (package private) void
JUnitCoreWrapper.execute
(TestsToRun testsToRun, org.junit.runner.manipulation.Filter filter) private void
JUnitCoreWrapper.executeEager
(TestsToRun testsToRun, org.junit.runner.manipulation.Filter filter, Collection<org.junit.runner.notification.RunListener> listeners) private void
JUnitCoreWrapper.executeLazy
(TestsToRun testsToRun, boolean useIterated, org.junit.runner.manipulation.Filter filter, Collection<org.junit.runner.notification.RunListener> listeners) private void
JUnitCoreProvider.registerShutdownListener
(TestsToRun testsToRun) -
Uses of TestsToRun in org.apache.maven.surefire.junitplatform
Methods in org.apache.maven.surefire.junitplatform that return TestsToRunMethods in org.apache.maven.surefire.junitplatform with parameters of type TestsToRunModifier and TypeMethodDescriptionprivate void
JUnitPlatformProvider.execute
(TestsToRun testsToRun, RunListenerAdapter adapter) private void
JUnitPlatformProvider.invokeAllTests
(TestsToRun testsToRun, RunListenerAdapter adapter) -
Uses of TestsToRun in org.apache.maven.surefire.testng
Methods in org.apache.maven.surefire.testng that return TestsToRunMethods in org.apache.maven.surefire.testng with parameters of type TestsToRunModifier and TypeMethodDescription(package private) void
TestNGDirectoryTestSuite.execute
(TestsToRun testsToRun, TestNGReporter testNGReporter) private void
TestNGDirectoryTestSuite.executeLazy
(TestsToRun testsToRun, TestNGReporter testNGReporter) private void
TestNGDirectoryTestSuite.executeMulti
(TestsToRun testsToRun, TestNGReporter testNGReporter) private void
TestNGProvider.registerShutdownListener
(TestsToRun testsToRun)