public class GeoWaveITSuiteRunner
extends org.junit.runners.Suite
| Modifier | Constructor and Description |
|---|---|
protected |
GeoWaveITSuiteRunner(Class<?> klass,
Class<?>[] suiteClasses) |
|
GeoWaveITSuiteRunner(Class<?> klass,
List<org.junit.runner.Runner> runners) |
|
GeoWaveITSuiteRunner(Class<?> klass,
org.junit.runners.model.RunnerBuilder builder) |
|
GeoWaveITSuiteRunner(org.junit.runners.model.RunnerBuilder builder,
Class<?>[] classes) |
|
GeoWaveITSuiteRunner(org.junit.runners.model.RunnerBuilder builder,
Class<?> klass,
Class<?>[] suiteClasses) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
runChild(org.junit.runner.Runner runner,
org.junit.runner.notification.RunNotifier notifier) |
protected void |
tearDown() |
protected org.junit.runners.model.Statement |
withAfterClasses(org.junit.runners.model.Statement statement) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withBeforeClasses, withInterruptIsolationpublic GeoWaveITSuiteRunner(Class<?> klass, List<org.junit.runner.Runner> runners) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic GeoWaveITSuiteRunner(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic GeoWaveITSuiteRunner(org.junit.runners.model.RunnerBuilder builder,
Class<?> klass,
Class<?>[] suiteClasses)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic GeoWaveITSuiteRunner(org.junit.runners.model.RunnerBuilder builder,
Class<?>[] classes)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected org.junit.runners.model.Statement withAfterClasses(org.junit.runners.model.Statement statement)
withAfterClasses in class org.junit.runners.ParentRunner<org.junit.runner.Runner>protected void runChild(org.junit.runner.Runner runner,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.SuiteCopyright © 2013–2022. All rights reserved.