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

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.MethodsParallelRunListener
Enclosing class:
ConcurrentReportingRunListener

public static class ConcurrentReportingRunListener.MethodsParallelRunListener
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.MethodsParallelRunListener(ReporterManagerFactory reporterFactory, boolean reportImmediately)
           
 
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.MethodsParallelRunListener

public ConcurrentReportingRunListener.MethodsParallelRunListener(ReporterManagerFactory reporterFactory,
                                                                 boolean reportImmediately)
                                                          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.