public class GeoWaveITRunner
extends org.junit.runners.Suite
| Modifier and Type | Field and Description |
|---|---|
static String |
DATASTORE_OPTIONS_ENVIRONMENT_VARIABLE_NAME |
static String |
DATASTORE_OPTIONS_PROPERTY_NAME |
static AtomicBoolean |
DEFER_CLEANUP |
static Object |
MUTEX |
static String |
STORE_TYPE_ENVIRONMENT_VARIABLE_NAME |
static String |
STORE_TYPE_PROPERTY_NAME |
| Constructor and Description |
|---|
GeoWaveITRunner(Class<?> klass)
Only called reflectively.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<org.junit.runner.Runner> |
getChildren() |
protected void |
setup() |
protected void |
tearDown() |
protected org.junit.runners.model.Statement |
withAfterClasses(org.junit.runners.model.Statement statement) |
protected org.junit.runners.model.Statement |
withBeforeClasses(org.junit.runners.model.Statement statement) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withInterruptIsolationpublic static final AtomicBoolean DEFER_CLEANUP
public static final Object MUTEX
public static final String STORE_TYPE_ENVIRONMENT_VARIABLE_NAME
public static final String STORE_TYPE_PROPERTY_NAME
public static final String DATASTORE_OPTIONS_ENVIRONMENT_VARIABLE_NAME
public static final String DATASTORE_OPTIONS_PROPERTY_NAME
public GeoWaveITRunner(Class<?> klass) throws org.junit.runners.model.InitializationError, SecurityException, org.locationtech.geowave.test.GeoWaveITRunner.GeoWaveITException
org.junit.runners.model.InitializationErrorSecurityExceptionorg.locationtech.geowave.test.GeoWaveITRunner.GeoWaveITExceptionprotected org.junit.runners.model.Statement withBeforeClasses(org.junit.runners.model.Statement statement)
withBeforeClasses in class org.junit.runners.ParentRunner<org.junit.runner.Runner>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 List<org.junit.runner.Runner> getChildren()
getChildren in class org.junit.runners.SuiteCopyright © 2013–2021. All rights reserved.