Uses of Interface
org.apache.maven.surefire.report.RunListener
-
-
Uses of RunListener in org.apache.maven.plugin.surefire.booterclient.output
Fields in org.apache.maven.plugin.surefire.booterclient.output declared as RunListener Modifier and Type Field Description private RunListenerForkClient. testSetReporterUsed by single Thread started byThreadedStreamConsumerand therefore does not need to be volatile.Methods in org.apache.maven.plugin.surefire.booterclient.output that return RunListener Modifier and Type Method Description RunListenerForkClient. getReporter()Used when getting reporters on the plugin side of a fork.private RunListenerForkClient. getTestSetReporter() -
Uses of RunListener in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement RunListener Modifier and Type Class Description classTestSetRunListenerReports data for a single test set.Methods in org.apache.maven.plugin.surefire.report that return RunListener Modifier and Type Method Description RunListenerDefaultReporterFactory. createReporter() -
Uses of RunListener in org.apache.maven.surefire.booter
Classes in org.apache.maven.surefire.booter that implement RunListener Modifier and Type Class Description classForkingRunListenerEncodes the full output of the test run to the stdout stream.Methods in org.apache.maven.surefire.booter that return RunListener Modifier and Type Method Description RunListenerForkingReporterFactory. createReporter() -
Uses of RunListener in org.apache.maven.surefire.common.junit4
Fields in org.apache.maven.surefire.common.junit4 declared as RunListener Modifier and Type Field Description protected RunListenerJUnit4RunListener. reporterConstructors in org.apache.maven.surefire.common.junit4 with parameters of type RunListener Constructor Description JUnit4RunListener(RunListener reporter)Constructor. -
Uses of RunListener in org.apache.maven.surefire.junit
Fields in org.apache.maven.surefire.junit declared as RunListener Modifier and Type Field Description private RunListenerTestListenerInvocationHandler. reporterMethods in org.apache.maven.surefire.junit with parameters of type RunListener Modifier and Type Method Description voidJUnitTestSet. execute(RunListener reporter, java.lang.ClassLoader loader)voidPojoTestSet. execute(RunListener reportManager, java.lang.ClassLoader loader)voidSurefireTestSet. execute(RunListener reportManager, java.lang.ClassLoader loader)private booleanPojoTestSet. executeTestMethod(java.lang.reflect.Method method, java.lang.Object[] args, RunListener reportManager)private voidPojoTestSet. executeTestMethods(RunListener reportManager)private voidJUnit3Provider. executeTestSet(SurefireTestSet testSet, RunListener reporter, java.lang.ClassLoader classLoader, java.util.Map<java.lang.String,java.lang.String> systemProperties)Constructors in org.apache.maven.surefire.junit with parameters of type RunListener Constructor Description TestListenerInvocationHandler(RunListener reporter) -
Uses of RunListener in org.apache.maven.surefire.junit4
Classes in org.apache.maven.surefire.junit4 that implement RunListener Modifier and Type Class Description classMockReporterInternal tests use only.Methods in org.apache.maven.surefire.junit4 with parameters of type RunListener Modifier and Type Method Description private voidJUnit4Provider. executeTestSet(java.lang.Class<?> clazz, RunListener reporter, Notifier notifier) -
Uses of RunListener in org.apache.maven.surefire.junitcore
Classes in org.apache.maven.surefire.junitcore that implement RunListener Modifier and Type Class Description classClassesParallelRunListenerclassConcurrentRunListenerHandles responses from concurrent junit
Stuff to remember about JUnit threading: parallel=classes; beforeClass/afterClass, constructor and all tests method run on same thread parallel=methods; beforeClass/afterClass run on main thread, constructor + each test method run on same thread parallel=both; same as parallel=methodsclassMethodsParallelRunListenerFields in org.apache.maven.surefire.junitcore with type parameters of type RunListener Modifier and Type Field Description private java.lang.ThreadLocal<RunListener>ConcurrentRunListener. reporterManagerThreadLocalMethods in org.apache.maven.surefire.junitcore that return RunListener Modifier and Type Method Description (package private) RunListenerConcurrentRunListener. getRunListener()Methods in org.apache.maven.surefire.junitcore with parameters of type RunListener Modifier and Type Method Description voidTestSet. incrementFinishedTests(RunListener reporterManager, boolean reportImmediately)(package private) voidTestMethod. replay(RunListener reporter)voidTestSet. replay(RunListener target)voidTestSet. setAllScheduled(RunListener reporterManager)Constructors in org.apache.maven.surefire.junitcore with parameters of type RunListener Constructor Description JUnitCoreRunListener(RunListener reporter, java.util.Map<java.lang.String,TestSet> classMethodCounts)NonConcurrentRunListener(RunListener reporter) -
Uses of RunListener in org.apache.maven.surefire.junitplatform
Fields in org.apache.maven.surefire.junitplatform declared as RunListener Modifier and Type Field Description private RunListenerRunListenerAdapter. runListenerMethods in org.apache.maven.surefire.junitplatform with parameters of type RunListener Modifier and Type Method Description private voidJUnitPlatformProvider. invokeAllTests(TestsToRun testsToRun, RunListener runListener)Constructors in org.apache.maven.surefire.junitplatform with parameters of type RunListener Constructor Description RunListenerAdapter(RunListener runListener) -
Uses of RunListener in org.apache.maven.surefire.report
Methods in org.apache.maven.surefire.report that return RunListener Modifier and Type Method Description RunListenerReporterFactory. createReporter()Creates a reporter. -
Uses of RunListener in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as RunListener Modifier and Type Field Description private RunListenerTestNGReporter. reporterMethods in org.apache.maven.surefire.testng with parameters of type RunListener Modifier and Type Method Description private static StoppableTestNGExecutor. createStoppable(RunListener reportManager, int skipAfterFailureCount)private static TestNGReporterTestNGExecutor. createTestNGReporter(RunListener reportManager)(package private) voidTestNGDirectoryTestSuite. execute(TestsToRun testsToRun, RunListener reporterManager)(package private) voidTestNGXmlTestSuite. execute(RunListener reporter)private voidTestNGDirectoryTestSuite. executeLazy(TestsToRun testsToRun, RunListener reporterManager)private voidTestNGDirectoryTestSuite. executeMulti(TestsToRun testsToRun, RunListener reporterManager)private voidTestNGDirectoryTestSuite. executeSingleClass(RunListener reporter, java.lang.Class<?> testClass)(package private) voidTestSuite. finishTestSuite(RunListener reporterManager)private static voidTestNGExecutor. postConfigure(org.testng.TestNG testNG, java.lang.String sourcePath, RunListener reportManager, java.io.File reportsDirectory, int skipAfterFailureCount, int verboseLevel)(package private) static voidTestNGExecutor. run(java.lang.Iterable<java.lang.Class<?>> testClasses, java.lang.String testSourceDirectory, java.util.Map<java.lang.String,java.lang.String> options, RunListener reportManager, java.io.File reportsDirectory, TestListResolver methodFilter, java.util.List<CommandLineOption> mainCliOptions, int skipAfterFailureCount)(package private) static voidTestNGExecutor. run(java.util.List<java.lang.String> suiteFiles, java.lang.String testSourceDirectory, java.util.Map<java.lang.String,java.lang.String> options, RunListener reportManager, java.io.File reportsDirectory, int skipAfterFailureCount)(package private) voidTestSuite. startTestSuite(RunListener reporterManager)Constructors in org.apache.maven.surefire.testng with parameters of type RunListener Constructor Description ConfigurationAwareTestNGReporter(RunListener reportManager)TestNGReporter(RunListener reportManager)Constructs a new instance that will listen to test updates from aTestNGclass instance.
-