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, withInterruptIsolation
public GeoWaveITSuiteRunner(Class<?> klass, List<org.junit.runner.Runner> runners) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public GeoWaveITSuiteRunner(Class<?> klass, org.junit.runners.model.RunnerBuilder builder) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public GeoWaveITSuiteRunner(org.junit.runners.model.RunnerBuilder builder, Class<?> klass, Class<?>[] suiteClasses) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public GeoWaveITSuiteRunner(org.junit.runners.model.RunnerBuilder builder, Class<?>[] classes) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected 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.Suite
Copyright © 2013–2022. All rights reserved.