|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.junit.runner.notification.RunListener
org.codehaus.groovy.grails.test.junit4.listener.SuiteRunListener
class SuiteRunListener extends org.junit.runner.notification.RunListener
Listens in on the execution of an entire test suite (or test "type" in Grails) and creates new TestRunListeners for each actual test class.
| Constructor Summary | |
SuiteRunListener(GrailsTestEventPublisher eventPublisher, JUnitReportsFactory reportsFactory, SystemOutAndErrSwapper outAndErrSwapper)
|
|
| Method Summary | |
|---|---|
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#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#testFailure(org.junit.runner.notification.Failure), 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, int), org.junit.runner.notification.RunListener#wait(long), 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, int), java.lang.Object#wait(long), 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() |
| Constructor Detail |
|---|
SuiteRunListener(GrailsTestEventPublisher eventPublisher, JUnitReportsFactory reportsFactory, SystemOutAndErrSwapper outAndErrSwapper)
| Method Detail |
|---|
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)
Groovy Documentation