Uses of Interface
org.apache.maven.surefire.report.ConsoleStream
Packages that use ConsoleStream
Package
Description
-
Uses of ConsoleStream in org.apache.maven.surefire.booter
Classes in org.apache.maven.surefire.booter that implement ConsoleStreamModifier and TypeClassDescriptionclassEncodes the full output of the test run to the stdout stream.Methods in org.apache.maven.surefire.booter that return ConsoleStream -
Uses of ConsoleStream in org.apache.maven.surefire.junitcore
Fields in org.apache.maven.surefire.junitcore declared as ConsoleStreamModifier and TypeFieldDescriptionprivate final ConsoleStreamConcurrentRunListener.consoleStreamprivate final ConsoleStreamJUnitCoreWrapper.consoleStreamMethods in org.apache.maven.surefire.junitcore with parameters of type ConsoleStreamModifier and TypeMethodDescriptionstatic ConcurrentRunListenerConcurrentRunListener.createInstance(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean parallelClasses, boolean parallelBoth, ConsoleStream consoleStream) private JUnit4RunListenerJUnitCoreProvider.createRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream) Constructors in org.apache.maven.surefire.junitcore with parameters of type ConsoleStreamModifierConstructorDescriptionClassesParallelRunListener(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory, ConsoleStream consoleStream) (package private)ConcurrentRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream, boolean reportImmediately, Map<String, TestSet> classMethodCounts) (package private)JUnitCoreWrapper(Notifier notifier, JUnitCoreParameters jUnitCoreParameters, ConsoleStream consoleStream) MethodsParallelRunListener(Map<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 ConsoleStreamModifier and TypeFieldDescriptionprivate final ConsoleStreamParallelComputerBuilder.loggerprivate final ConsoleStreamScheduler.loggerprivate final ConsoleStreamSchedulingStrategy.loggerprivate final ConsoleStreamSingleThreadScheduler.loggerMethods in org.apache.maven.surefire.junitcore.pc with parameters of type ConsoleStreamModifier and TypeMethodDescriptionstatic SchedulingStrategySchedulingStrategies.createInvokerStrategy(ConsoleStream logger) static SchedulingStrategySchedulingStrategies.createParallelSharedStrategy(ConsoleStream logger, ExecutorService threadPool) The threadPool passed to this strategy can be shared in other strategies.static SchedulingStrategySchedulingStrategies.createParallelStrategy(ConsoleStream logger, int nThreads) static SchedulingStrategySchedulingStrategies.createParallelStrategyUnbounded(ConsoleStream logger) Constructors in org.apache.maven.surefire.junitcore.pc with parameters of type ConsoleStreamModifierConstructorDescription(package private)AbstractThreadPoolStrategy(ConsoleStream logger, ExecutorService threadPool) (package private)AbstractThreadPoolStrategy(ConsoleStream logger, ExecutorService threadPool, Collection<Future<?>> futureResults) protectedInvokerStrategy(ConsoleStream logger) (package private)NonSharedThreadPoolStrategy(ConsoleStream logger, ExecutorService threadPool) (package private)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.protectedSchedulingStrategy(ConsoleStream logger) (package private)SharedThreadPoolStrategy(ConsoleStream logger, ExecutorService threadPool) (package private)SingleThreadScheduler(ConsoleStream logger) -
Uses of ConsoleStream in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return ConsoleStreamModifier and TypeMethodDescriptionProviderParameters.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