Uses of Class
org.apache.maven.surefire.api.util.TestsToRun
-
-
Uses of TestsToRun in org.apache.maven.surefire.api.util
Methods in org.apache.maven.surefire.api.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.api.util with parameters of type TestsToRun Modifier and Type Method Description TestsToRunDefaultRunOrderCalculator. orderTestClasses(TestsToRun scannedClasses)TestsToRunRunOrderCalculator. orderTestClasses(TestsToRun scannedClasses) -
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
Methods 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 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 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, TestNGReporter testNGReporter)private voidTestNGDirectoryTestSuite. executeLazy(TestsToRun testsToRun, TestNGReporter testNGReporter)private voidTestNGDirectoryTestSuite. executeMulti(TestsToRun testsToRun, TestNGReporter testNGReporter)private voidTestNGProvider. registerShutdownListener(TestsToRun testsToRun)
-