Uses of Class
org.apache.maven.surefire.util.TestsToRun
Packages that use TestsToRun
Package
Description
-
Uses of TestsToRun in org.apache.maven.surefire.booter
Subclasses of TestsToRun in org.apache.maven.surefire.booterModifier and TypeClassDescription(package private) final classA variant of TestsToRun that is provided with test class names from anSystem.in. -
Uses of TestsToRun in org.apache.maven.surefire.junit
Fields in org.apache.maven.surefire.junit declared as TestsToRunMethods 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 voidJUnit4Provider.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 voidJUnitCoreWrapper.execute(TestsToRun testsToRun, boolean useIterated, Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter) (package private) voidJUnitCoreWrapper.execute(TestsToRun testsToRun, Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter) (package private) voidJUnitCoreWrapper.execute(TestsToRun testsToRun, org.junit.runner.manipulation.Filter filter) private voidJUnitCoreWrapper.executeEager(TestsToRun testsToRun, org.junit.runner.manipulation.Filter filter, Collection<org.junit.runner.notification.RunListener> listeners) private voidJUnitCoreWrapper.executeLazy(TestsToRun testsToRun, boolean useIterated, org.junit.runner.manipulation.Filter filter, Collection<org.junit.runner.notification.RunListener> listeners) private voidJUnitCoreProvider.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 org.junit.platform.launcher.LauncherDiscoveryRequestJUnitPlatformProvider.buildLauncherDiscoveryRequest(TestsToRun testsToRun) private voidJUnitPlatformProvider.invokeAllTests(TestsToRun testsToRun, RunListener runListener) -
Uses of TestsToRun in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as TestsToRunMethods in org.apache.maven.surefire.testng that return TestsToRunMethods in org.apache.maven.surefire.testng with parameters of type TestsToRunModifier and TypeMethodDescription(package private) voidTestNGDirectoryTestSuite.execute(TestsToRun testsToRun, RunListener reporterManager) private voidTestNGDirectoryTestSuite.executeLazy(TestsToRun testsToRun, RunListener reporterManager) private voidTestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun, RunListener reporterManager) private voidTestNGProvider.registerShutdownListener(TestsToRun testsToRun) -
Uses of TestsToRun in org.apache.maven.surefire.util
Methods in org.apache.maven.surefire.util that return TestsToRunModifier and TypeMethodDescriptionDefaultScanResult.applyFilter(ScannerFilter scannerFilter, ClassLoader testClassLoader) ScanResult.applyFilter(ScannerFilter scannerFilter, ClassLoader testClassLoader) static TestsToRunDefaultDirectoryScanner.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.util with parameters of type TestsToRunModifier and TypeMethodDescriptionDefaultRunOrderCalculator.orderTestClasses(TestsToRun scannedClasses) RunOrderCalculator.orderTestClasses(TestsToRun scannedClasses)