Groovy Documentation

grails.plugin.concurrenttest
[Groovy] Class ConcurrentSuiteRunListener

java.lang.Object
  org.junit.runner.notification.RunListener
      grails.plugin.concurrenttest.ConcurrentSuiteRunListener

class ConcurrentSuiteRunListener
extends org.junit.runner.notification.RunListener

Property Summary
java.util.Map specListeners

java.util.Map testCountForTestClasses

 
Constructor Summary
ConcurrentSuiteRunListener(org.codehaus.groovy.grails.test.event.GrailsTestEventPublisher eventPublisher, org.codehaus.groovy.grails.test.report.junit.JUnitReportsFactory reportsFactory, org.codehaus.groovy.grails.test.io.SystemOutAndErrSwapper outAndErrSwapper, java.util.Map testCountForTestClasses)

 
Method Summary
private void checkIfLastTestAndFinish()

void testAssumptionFailure(org.junit.runner.notification.Failure failure)

void testFailure(org.junit.runner.notification.Failure failure)

void testFinished(org.junit.runner.Description description)

void testIgnored(org.junit.runner.Description description)

void testRunFinished(org.junit.runner.Result result)

void testRunStarted(org.junit.runner.Description description)

void testStarted(org.junit.runner.Description description)

 
Methods inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener#testFailure(org.junit.runner.notification.Failure), org.junit.runner.notification.RunListener#testRunStarted(org.junit.runner.Description), org.junit.runner.notification.RunListener#testRunFinished(org.junit.runner.Result), org.junit.runner.notification.RunListener#testStarted(org.junit.runner.Description), org.junit.runner.notification.RunListener#testFinished(org.junit.runner.Description), org.junit.runner.notification.RunListener#testAssumptionFailure(org.junit.runner.notification.Failure), org.junit.runner.notification.RunListener#testIgnored(org.junit.runner.Description), org.junit.runner.notification.RunListener#wait(long), org.junit.runner.notification.RunListener#wait(long, int), org.junit.runner.notification.RunListener#wait(), org.junit.runner.notification.RunListener#equals(java.lang.Object), org.junit.runner.notification.RunListener#toString(), org.junit.runner.notification.RunListener#hashCode(), org.junit.runner.notification.RunListener#getClass(), org.junit.runner.notification.RunListener#notify(), org.junit.runner.notification.RunListener#notifyAll()
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

specListeners

java.util.Map specListeners


testCountForTestClasses

java.util.Map testCountForTestClasses


 
Constructor Detail

ConcurrentSuiteRunListener

ConcurrentSuiteRunListener(org.codehaus.groovy.grails.test.event.GrailsTestEventPublisher eventPublisher, org.codehaus.groovy.grails.test.report.junit.JUnitReportsFactory reportsFactory, org.codehaus.groovy.grails.test.io.SystemOutAndErrSwapper outAndErrSwapper, java.util.Map testCountForTestClasses)


 
Method Detail

checkIfLastTestAndFinish

private void checkIfLastTestAndFinish()


testAssumptionFailure

void testAssumptionFailure(org.junit.runner.notification.Failure failure)


testFailure

void testFailure(org.junit.runner.notification.Failure failure)


testFinished

void testFinished(org.junit.runner.Description description)


testIgnored

void testIgnored(org.junit.runner.Description description)


testRunFinished

void testRunFinished(org.junit.runner.Result result)


testRunStarted

void testRunStarted(org.junit.runner.Description description)


testStarted

void testStarted(org.junit.runner.Description description)


 

Groovy Documentation