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 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.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 classA 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 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 voidJUnitPlatformProvider.execute(TestsToRun testsToRun, RunListenerAdapter adapter) private voidJUnitPlatformProvider.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) voidTestNGDirectoryTestSuite.execute(TestsToRun testsToRun, TestNGReporter testNGReporter) private voidTestNGDirectoryTestSuite.executeLazy(TestsToRun testsToRun, TestNGReporter testNGReporter) private voidTestNGDirectoryTestSuite.executeMulti(TestsToRun testsToRun, TestNGReporter testNGReporter) private voidTestNGProvider.registerShutdownListener(TestsToRun testsToRun)