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 RunListener
ForkClient. testSetReporter
Methods in org.apache.maven.plugin.surefire.booterclient.output that return RunListener Modifier and Type Method Description RunListener
ForkClient. getReporter()
Used when getting reporters on the plugin side of a fork.private RunListener
ForkClient. 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 class
TestSetRunListener
Reports data for a single test set.Methods in org.apache.maven.plugin.surefire.report that return RunListener Modifier and Type Method Description RunListener
DefaultReporterFactory. 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 class
ForkingRunListener
Encodes 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 RunListener
ForkingReporterFactory. 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 RunListener
JUnit4RunListener. reporter
Constructors 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 RunListener
TestListenerInvocationHandler. reporter
Methods in org.apache.maven.surefire.junit with parameters of type RunListener Modifier and Type Method Description void
JUnitTestSet. execute(RunListener reporter, java.lang.ClassLoader loader)
void
PojoTestSet. execute(RunListener reportManager, java.lang.ClassLoader loader)
void
SurefireTestSet. execute(RunListener reportManager, java.lang.ClassLoader loader)
private boolean
PojoTestSet. executeTestMethod(java.lang.reflect.Method method, RunListener reportManager)
private void
PojoTestSet. executeTestMethods(RunListener reportManager)
private void
JUnit3Provider. 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 class
MockReporter
Internal tests use only.Methods in org.apache.maven.surefire.junit4 with parameters of type RunListener Modifier and Type Method Description private void
JUnit4Provider. 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 class
ClassesParallelRunListener
class
ConcurrentRunListener
Handles 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=methodsclass
MethodsParallelRunListener
Fields in org.apache.maven.surefire.junitcore with type parameters of type RunListener Modifier and Type Field Description private java.lang.ThreadLocal<RunListener>
ConcurrentRunListener. reporterManagerThreadLocal
Methods in org.apache.maven.surefire.junitcore that return RunListener Modifier and Type Method Description (package private) RunListener
ConcurrentRunListener. getRunListener()
Methods in org.apache.maven.surefire.junitcore with parameters of type RunListener Modifier and Type Method Description void
TestSet. incrementFinishedTests(RunListener reporterManager, boolean reportImmediately)
(package private) void
TestMethod. replay(RunListener reporter)
void
TestSet. replay(RunListener target)
void
TestSet. 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 RunListener
RunListenerAdapter. runListener
Methods in org.apache.maven.surefire.junitplatform with parameters of type RunListener Modifier and Type Method Description private void
JUnitPlatformProvider. 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 RunListener
ReporterFactory. 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 RunListener
TestNGReporter. reporter
Methods in org.apache.maven.surefire.testng with parameters of type RunListener Modifier and Type Method Description private static Stoppable
TestNGExecutor. createStoppable(RunListener reportManager, int skipAfterFailureCount)
private static TestNGReporter
TestNGExecutor. createTestNGReporter(RunListener reportManager)
(package private) void
TestNGDirectoryTestSuite. execute(TestsToRun testsToRun, RunListener reporterManager)
(package private) void
TestNGXmlTestSuite. execute(RunListener reporter)
private void
TestNGDirectoryTestSuite. executeLazy(TestsToRun testsToRun, RunListener reporterManager)
private void
TestNGDirectoryTestSuite. executeMulti(TestsToRun testsToRun, RunListener reporterManager)
private void
TestNGDirectoryTestSuite. executeSingleClass(RunListener reporter, java.lang.Class<?> testClass)
(package private) void
TestSuite. finishTestSuite(RunListener reporterManager)
private static void
TestNGExecutor. postConfigure(org.testng.TestNG testNG, java.lang.String sourcePath, RunListener reportManager, java.io.File reportsDirectory, int skipAfterFailureCount, int verboseLevel)
(package private) static void
TestNGExecutor. 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 void
TestNGExecutor. 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) void
TestSuite. 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 aTestNG
class instance.
-