org.apache.maven.surefire.junitcore
Class MethodsParallelRunListener

java.lang.Object
  extended by org.apache.maven.surefire.junitcore.ConcurrentRunListener
      extended by org.apache.maven.surefire.junitcore.MethodsParallelRunListener
All Implemented Interfaces:
ConsoleOutputReceiver, RunListener

public class MethodsParallelRunListener
extends ConcurrentRunListener

Author:
Kristian Rosenvold

Constructor Summary
MethodsParallelRunListener(Map<String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately, ConsoleLogger consoleLogger)
           
 
Method Summary
 void checkIfTestSetCanBeReported(TestSet testSetForTest)
           
 
Methods inherited from class org.apache.maven.surefire.junitcore.ConcurrentRunListener
createInstance, testAssumptionFailure, testError, testFailed, testSetCompleted, testSetStarting, testSkipped, testStarting, testSucceeded, writeTestOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodsParallelRunListener

public MethodsParallelRunListener(Map<String,TestSet> classMethodCounts,
                                  ReporterFactory reporterFactory,
                                  boolean reportImmediately,
                                  ConsoleLogger consoleLogger)
                           throws TestSetFailedException
Throws:
TestSetFailedException
Method Detail

checkIfTestSetCanBeReported

public void checkIfTestSetCanBeReported(TestSet testSetForTest)
Specified by:
checkIfTestSetCanBeReported in class ConcurrentRunListener


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.