org.apache.maven.surefire.junitcore
Class ConcurrentReportingRunListener.ClassesParallelRunListener

java.lang.Object
  extended by org.junit.runner.notification.RunListener
      extended by org.apache.maven.surefire.junitcore.ConcurrentReportingRunListener
          extended by org.apache.maven.surefire.junitcore.ConcurrentReportingRunListener.ClassesParallelRunListener
Enclosing class:
ConcurrentReportingRunListener

public static class ConcurrentReportingRunListener.ClassesParallelRunListener
extends ConcurrentReportingRunListener


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.maven.surefire.junitcore.ConcurrentReportingRunListener
ConcurrentReportingRunListener.ClassesParallelRunListener, ConcurrentReportingRunListener.MethodsParallelRunListener
 
Field Summary
 
Fields inherited from class org.apache.maven.surefire.junitcore.ConcurrentReportingRunListener
classMethodCounts, reporterManager, reportImmediately
 
Constructor Summary
ConcurrentReportingRunListener.ClassesParallelRunListener(ReporterManagerFactory reporterFactory)
           
 
Method Summary
 void checkIfTestSetCanBeReported(TestSet testSetForTest)
           
 
Methods inherited from class org.apache.maven.surefire.junitcore.ConcurrentReportingRunListener
createInstance, detachTestMethodFromThread, getTestMethod, getTestSet, testAssumptionFailure, testFailure, testFinished, testIgnored, testRunFinished, testRunStarted, testStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentReportingRunListener.ClassesParallelRunListener

public ConcurrentReportingRunListener.ClassesParallelRunListener(ReporterManagerFactory reporterFactory)
                                                          throws TestSetFailedException
Throws:
TestSetFailedException
Method Detail

checkIfTestSetCanBeReported

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


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