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) classLazyTestsToRunA 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 TestsToRunJUnit3Provider. testsToRunMethods in org.apache.maven.surefire.junit that return TestsToRun Modifier and Type Method Description private TestsToRunJUnit3Provider. 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 TestsToRunJUnit4Provider. testsToRunMethods in org.apache.maven.surefire.junit4 that return TestsToRun Modifier and Type Method Description private TestsToRunJUnit4Provider. scanClassPath()Methods in org.apache.maven.surefire.junit4 with parameters of type TestsToRun Modifier and Type Method Description private voidJUnit4Provider. 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 TestsToRunJUnitCoreProvider. testsToRunMethods in org.apache.maven.surefire.junitcore that return TestsToRun Modifier and Type Method Description private TestsToRunJUnitCoreProvider. scanClassPath()Methods in org.apache.maven.surefire.junitcore with parameters of type TestsToRun Modifier and Type Method Description private voidJUnitCoreWrapper. execute(TestsToRun testsToRun, boolean useIterated, java.util.Collection<org.junit.runner.notification.RunListener> listeners, org.junit.runner.manipulation.Filter filter)(package private) voidJUnitCoreWrapper. execute(TestsToRun testsToRun, java.util.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, java.util.Collection<org.junit.runner.notification.RunListener> listeners)private voidJUnitCoreWrapper. executeLazy(TestsToRun testsToRun, boolean useIterated, org.junit.runner.manipulation.Filter filter, java.util.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 TestsToRun Modifier and Type Method Description private TestsToRunJUnitPlatformProvider. scanClasspath()Methods in org.apache.maven.surefire.junitplatform with parameters of type TestsToRun Modifier and Type Method Description private 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 TestsToRun Modifier and Type Field Description private TestsToRunTestNGProvider. testsToRunMethods in org.apache.maven.surefire.testng that return TestsToRun Modifier and Type Method Description private TestsToRunTestNGProvider. scanClassPath()Methods in org.apache.maven.surefire.testng with parameters of type TestsToRun Modifier and Type Method Description (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 TestsToRun Modifier and Type Method Description TestsToRunDefaultScanResult. applyFilter(ScannerFilter scannerFilter, java.lang.ClassLoader testClassLoader)TestsToRunScanResult. applyFilter(ScannerFilter scannerFilter, java.lang.ClassLoader testClassLoader)static TestsToRunTestsToRun. fromClass(java.lang.Class<?> clazz)TestsToRunDefaultDirectoryScanner. locateTestClasses(java.lang.ClassLoader classLoader, ScannerFilter scannerFilter)Deprecated.TestsToRunDirectoryScanner. locateTestClasses(java.lang.ClassLoader classLoader, ScannerFilter scannerFilter)Deprecated.Locates tests based on scanning directoriesTestsToRunDefaultRunOrderCalculator. orderTestClasses(TestsToRun scannedClasses)TestsToRunRunOrderCalculator. orderTestClasses(TestsToRun scannedClasses)Methods in org.apache.maven.surefire.util with parameters of type TestsToRun Modifier and Type Method Description TestsToRunDefaultRunOrderCalculator. orderTestClasses(TestsToRun scannedClasses)TestsToRunRunOrderCalculator. orderTestClasses(TestsToRun scannedClasses)
-