org.apache.maven.surefire.junitcore
Class ClassesParallelRunListener

java.lang.Object
  extended by org.apache.maven.surefire.junitcore.ConcurrentReporterManager
      extended by org.apache.maven.surefire.junitcore.ClassesParallelRunListener
All Implemented Interfaces:
Reporter

public class ClassesParallelRunListener
extends ConcurrentReporterManager

Author:
Kristian Rosenvold

Field Summary
 
Fields inherited from class org.apache.maven.surefire.junitcore.ConcurrentReporterManager
classMethodCounts, reportImmediately
 
Constructor Summary
ClassesParallelRunListener(Map<String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ReporterConfiguration reporterConfiguration)
           
 
Method Summary
 void checkIfTestSetCanBeReported(TestSet testSetForTest)
           
 
Methods inherited from class org.apache.maven.surefire.junitcore.ConcurrentReporterManager
createInstance, detachTestMethodFromThread, getReporterManager, getTestMethod, getTestSet, reset, testAssumptionFailure, testError, testError, testFailed, testFailed, testSetCompleted, testSetStarting, testSkipped, testStarting, testSucceeded, writeDetailMessage, writeFooter, writeMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassesParallelRunListener

public ClassesParallelRunListener(Map<String,TestSet> classMethodCounts,
                                  ReporterFactory reporterFactory,
                                  ReporterConfiguration reporterConfiguration)
                           throws TestSetFailedException
Throws:
TestSetFailedException
Method Detail

checkIfTestSetCanBeReported

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


Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.