Uses of Interface
org.apache.maven.surefire.report.ConsoleStream
-
-
Uses of ConsoleStream in org.apache.maven.surefire.booter
Classes in org.apache.maven.surefire.booter that implement ConsoleStream 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 ConsoleStream Modifier and Type Method Description ConsoleStream
BaseProviderFactory. getConsoleLogger()
-
Uses of ConsoleStream in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore declared as ConsoleStream Modifier and Type Field Description private ConsoleStream
ConcurrentRunListener. consoleStream
private ConsoleStream
JUnitCoreWrapper. consoleStream
Methods in org.apache.maven.surefire.junitcore with parameters of type ConsoleStream Modifier and Type Method Description static ConcurrentRunListener
ConcurrentRunListener. createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean parallelClasses, boolean parallelBoth, ConsoleStream consoleStream)
private JUnit4RunListener
JUnitCoreProvider. createRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream)
Constructors in org.apache.maven.surefire.junitcore with parameters of type ConsoleStream Constructor Description ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ConsoleStream consoleStream)
ConcurrentRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream, boolean reportImmediately, java.util.Map<java.lang.String,TestSet> classMethodCounts)
JUnitCoreWrapper(Notifier notifier, JUnitCoreParameters jUnitCoreParameters, ConsoleStream consoleStream)
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately, ConsoleStream consoleStream)
-
Uses of ConsoleStream in org.apache.maven.surefire.junitcore.pc
Fields in org.apache.maven.surefire.junitcore.pc declared as ConsoleStream Modifier and Type Field Description private ConsoleStream
ParallelComputerBuilder. logger
private ConsoleStream
Scheduler. logger
private ConsoleStream
SchedulingStrategy. logger
private ConsoleStream
SingleThreadScheduler. logger
Methods in org.apache.maven.surefire.junitcore.pc with parameters of type ConsoleStream Modifier and Type Method Description static SchedulingStrategy
SchedulingStrategies. createInvokerStrategy(ConsoleStream logger)
static SchedulingStrategy
SchedulingStrategies. createParallelSharedStrategy(ConsoleStream logger, java.util.concurrent.ExecutorService threadPool)
The threadPool passed to this strategy can be shared in other strategies.static SchedulingStrategy
SchedulingStrategies. createParallelStrategy(ConsoleStream logger, int nThreads)
static SchedulingStrategy
SchedulingStrategies. createParallelStrategyUnbounded(ConsoleStream logger)
Constructors in org.apache.maven.surefire.junitcore.pc with parameters of type ConsoleStream Constructor Description AbstractThreadPoolStrategy(ConsoleStream logger, java.util.concurrent.ExecutorService threadPool)
AbstractThreadPoolStrategy(ConsoleStream logger, java.util.concurrent.ExecutorService threadPool, java.util.Collection<java.util.concurrent.Future<?>> futureResults)
InvokerStrategy(ConsoleStream logger)
NonSharedThreadPoolStrategy(ConsoleStream logger, java.util.concurrent.ExecutorService threadPool)
ParallelComputerBuilder(ConsoleStream logger)
ParallelComputerBuilder(ConsoleStream logger, JUnitCoreParameters parameters)
Scheduler(ConsoleStream logger, org.junit.runner.Description description, Scheduler masterScheduler, SchedulingStrategy strategy)
Should be used with individual pools on suites, classes and methods, seeParallelComputerBuilder.useSeparatePools()
.Scheduler(ConsoleStream logger, org.junit.runner.Description description, Scheduler masterScheduler, SchedulingStrategy strategy, int concurrency)
Scheduler(ConsoleStream logger, org.junit.runner.Description description, Scheduler masterScheduler, SchedulingStrategy strategy, Balancer balancer)
Can be used by e.g.Scheduler(ConsoleStream logger, org.junit.runner.Description description, SchedulingStrategy strategy)
Use e.g.Scheduler(ConsoleStream logger, org.junit.runner.Description description, SchedulingStrategy strategy, int concurrency)
Should be used if schedulers in parallel children and parent use one instance of bounded thread pool.Scheduler(ConsoleStream logger, org.junit.runner.Description description, SchedulingStrategy strategy, Balancer balancer)
New instances should be used by schedulers with limited concurrency by balancer against other groups of schedulers.SchedulingStrategy(ConsoleStream logger)
SharedThreadPoolStrategy(ConsoleStream logger, java.util.concurrent.ExecutorService threadPool)
SingleThreadScheduler(ConsoleStream logger)
-
Uses of ConsoleStream in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return ConsoleStream Modifier and Type Method Description ConsoleStream
ProviderParameters. getConsoleLogger()
Gets a logger intended for console output. -
Uses of ConsoleStream in org.apache.maven.surefire.report
Classes in org.apache.maven.surefire.report that implement ConsoleStream Modifier and Type Class Description class
DefaultDirectConsoleReporter
-