Uses of Class
org.apache.maven.surefire.util.TestsToRun
-
-
Uses of TestsToRun in org.apache.maven.surefire.booter
Subclasses of TestsToRun in org.apache.maven.surefire.booter Modifier and Type Class Description (package private) class
LazyTestsToRun
A 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 TestsToRun Modifier and Type Field Description private TestsToRun
JUnit3Provider. testsToRun
Methods in org.apache.maven.surefire.junit that return TestsToRun Modifier and Type Method Description private TestsToRun
JUnit3Provider. scanClassPath()
-
Uses of TestsToRun in org.apache.maven.surefire.junit4
Fields in org.apache.maven.surefire.junit4 declared as TestsToRun Modifier and Type Field Description private TestsToRun
JUnit4Provider. testsToRun
Methods in org.apache.maven.surefire.junit4 that return TestsToRun Modifier and Type Method Description private TestsToRun
JUnit4Provider. scanClassPath()
Methods in org.apache.maven.surefire.junit4 with parameters of type TestsToRun Modifier and Type Method Description private void
JUnit4Provider. registerShutdownListener(TestsToRun testsToRun)
-
Uses of TestsToRun in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore declared as TestsToRun Modifier and Type Field Description private TestsToRun
JUnitCoreProvider. testsToRun
Methods in org.apache.maven.surefire.junitcore that return TestsToRun Modifier and Type Method Description private TestsToRun
JUnitCoreProvider. scanClassPath()
Methods in org.apache.maven.surefire.junitcore with parameters of type TestsToRun Modifier and Type Method Description private void
JUnitCoreWrapper. execute(TestsToRun testsToRun, boolean useIterated, java.util.Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter)
(package private) void
JUnitCoreWrapper. execute(TestsToRun testsToRun, java.util.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, java.util.Collection<org.junit.runner.notification.RunListener> listeners)
private void
JUnitCoreWrapper. executeLazy(TestsToRun testsToRun, boolean useIterated, org.junit.runner.manipulation.Filter filter, java.util.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 TestsToRun Modifier and Type Method Description private TestsToRun
JUnitPlatformProvider. scanClasspath()
Methods in org.apache.maven.surefire.junitplatform with parameters of type TestsToRun Modifier and Type Method Description private org.junit.platform.launcher.LauncherDiscoveryRequest
JUnitPlatformProvider. buildLauncherDiscoveryRequest(TestsToRun testsToRun)
private void
JUnitPlatformProvider. invokeAllTests(TestsToRun testsToRun, RunListener runListener)
-
Uses of TestsToRun in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as TestsToRun Modifier and Type Field Description private TestsToRun
TestNGProvider. testsToRun
Methods in org.apache.maven.surefire.testng that return TestsToRun Modifier and Type Method Description private TestsToRun
TestNGProvider. scanClassPath()
Methods in org.apache.maven.surefire.testng with parameters of type TestsToRun Modifier and Type Method Description (package private) void
TestNGDirectoryTestSuite. execute(TestsToRun testsToRun, RunListener reporterManager)
private void
TestNGDirectoryTestSuite. executeLazy(TestsToRun testsToRun, RunListener reporterManager)
private void
TestNGDirectoryTestSuite. executeMulti(TestsToRun testsToRun, RunListener reporterManager)
private void
TestNGProvider. registerShutdownListener(TestsToRun testsToRun)
-
Uses of TestsToRun in org.apache.maven.surefire.util
Methods in org.apache.maven.surefire.util that return TestsToRun Modifier and Type Method Description TestsToRun
DefaultScanResult. applyFilter(ScannerFilter scannerFilter, java.lang.ClassLoader testClassLoader)
TestsToRun
ScanResult. applyFilter(ScannerFilter scannerFilter, java.lang.ClassLoader testClassLoader)
static TestsToRun
TestsToRun. fromClass(java.lang.Class<?> clazz)
TestsToRun
DefaultDirectoryScanner. locateTestClasses(java.lang.ClassLoader classLoader, ScannerFilter scannerFilter)
Deprecated.TestsToRun
DirectoryScanner. locateTestClasses(java.lang.ClassLoader classLoader, ScannerFilter scannerFilter)
Deprecated.Locates tests based on scanning directoriesTestsToRun
DefaultRunOrderCalculator. orderTestClasses(TestsToRun scannedClasses)
TestsToRun
RunOrderCalculator. orderTestClasses(TestsToRun scannedClasses)
Methods in org.apache.maven.surefire.util with parameters of type TestsToRun Modifier and Type Method Description TestsToRun
DefaultRunOrderCalculator. orderTestClasses(TestsToRun scannedClasses)
TestsToRun
RunOrderCalculator. orderTestClasses(TestsToRun scannedClasses)
-