|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.junit.runner.Runner
org.junit.runners.ParentRunner
org.junit.runners.Suite
grails.plugin.concurrenttest.ConcurrentSuite
class ConcurrentSuite extends org.junit.runners.Suite
| Field Summary | |
|---|---|
private ConcurrentRunnerScheduler |
customScheduler
|
private java.util.Map |
testClasses
|
| Constructor Summary | |
ConcurrentSuite(Class[] classes, groovy.util.ConfigObject config, boolean implicit)
|
|
| Method Summary | |
|---|---|
protected org.junit.runners.model.Statement
|
childrenInvoker(org.junit.runner.notification.RunNotifier notifier)
|
java.util.Map
|
getTestCountForTestClasses()
|
| Methods inherited from class org.junit.runners.Suite | |
|---|---|
| org.junit.runners.Suite#emptySuite(), org.junit.runners.Suite#run(org.junit.runner.notification.RunNotifier), org.junit.runners.Suite#sort(org.junit.runner.manipulation.Sorter), org.junit.runners.Suite#filter(org.junit.runner.manipulation.Filter), org.junit.runners.Suite#getDescription(), org.junit.runners.Suite#getTestClass(), org.junit.runners.Suite#setScheduler(org.junit.runners.model.RunnerScheduler), org.junit.runners.Suite#testCount(), org.junit.runners.Suite#wait(long), org.junit.runners.Suite#wait(long, int), org.junit.runners.Suite#wait(), org.junit.runners.Suite#equals(java.lang.Object), org.junit.runners.Suite#toString(), org.junit.runners.Suite#hashCode(), org.junit.runners.Suite#getClass(), org.junit.runners.Suite#notify(), org.junit.runners.Suite#notifyAll() |
| Methods inherited from class org.junit.runners.ParentRunner | |
|---|---|
| org.junit.runners.ParentRunner#run(org.junit.runner.notification.RunNotifier), org.junit.runners.ParentRunner#sort(org.junit.runner.manipulation.Sorter), org.junit.runners.ParentRunner#filter(org.junit.runner.manipulation.Filter), org.junit.runners.ParentRunner#getDescription(), org.junit.runners.ParentRunner#getTestClass(), org.junit.runners.ParentRunner#setScheduler(org.junit.runners.model.RunnerScheduler), org.junit.runners.ParentRunner#testCount(), org.junit.runners.ParentRunner#wait(long), org.junit.runners.ParentRunner#wait(long, int), org.junit.runners.ParentRunner#wait(), org.junit.runners.ParentRunner#equals(java.lang.Object), org.junit.runners.ParentRunner#toString(), org.junit.runners.ParentRunner#hashCode(), org.junit.runners.ParentRunner#getClass(), org.junit.runners.ParentRunner#notify(), org.junit.runners.ParentRunner#notifyAll() |
| Methods inherited from class org.junit.runner.Runner | |
|---|---|
| org.junit.runner.Runner#run(org.junit.runner.notification.RunNotifier), org.junit.runner.Runner#getDescription(), org.junit.runner.Runner#testCount(), org.junit.runner.Runner#wait(long), org.junit.runner.Runner#wait(long, int), org.junit.runner.Runner#wait(), org.junit.runner.Runner#equals(java.lang.Object), org.junit.runner.Runner#toString(), org.junit.runner.Runner#hashCode(), org.junit.runner.Runner#getClass(), org.junit.runner.Runner#notify(), org.junit.runner.Runner#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() |
| Field Detail |
|---|
private ConcurrentRunnerScheduler customScheduler
private java.util.Map testClasses
| Constructor Detail |
|---|
ConcurrentSuite(Class[] classes, groovy.util.ConfigObject config, boolean implicit)
| Method Detail |
|---|
protected org.junit.runners.model.Statement childrenInvoker(org.junit.runner.notification.RunNotifier notifier)
java.util.Map getTestCountForTestClasses()
Groovy Documentation