public abstract class AbstractDefaultNoDbDeploymentTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Class<?>[] |
CONFIGURATION_CLASSES
Array with all configuration classes that should be used for starting up
the application context.
|
protected static ContainerUtil |
CONTAINER_UTIL
The container utility for starting up a container.
|
protected static org.springframework.context.ConfigurableApplicationContext |
CONTEXT
The spring application context where the container utility will be loaded
in.
|
protected static String |
host
The safety cameras host to test.
|
| Constructor and Description |
|---|
AbstractDefaultNoDbDeploymentTest() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isRunningOnLocalHost()
Determines if the tests are being run on localhost or not.
|
static void |
startupContainer()
Starts up the container utility.
|
static void |
stop()
Stops the container utility and closed the application context.
|
protected static ContainerUtil CONTAINER_UTIL
protected static String host
protected static Class<?>[] CONFIGURATION_CLASSES
protected static org.springframework.context.ConfigurableApplicationContext CONTEXT
public static boolean isRunningOnLocalHost()
public static void startupContainer()
public static void stop()
Copyright © 2014 Tranquilized Quality. All rights reserved.