@Immutable public final class ScopeAwareTestSetup extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MOCK_APPLICATION_SCOPE_ID |
static String |
MOCK_GLOBAL_SCOPE_ID |
static String |
MOCK_REQUEST_SCOPE_ID |
static String |
MOCK_SESSION_SCOPE_ID |
static File |
STORAGE_PATH |
| Modifier and Type | Method and Description |
|---|---|
static void |
setupScopeTests()
Run this before tests are executed to initialize a global scope and a
request.
|
static void |
shutdownScopeTests()
Run this after your tests to shutdown the request and the global scope.
|
public static final String MOCK_GLOBAL_SCOPE_ID
public static final String MOCK_APPLICATION_SCOPE_ID
public static final String MOCK_REQUEST_SCOPE_ID
public static final String MOCK_SESSION_SCOPE_ID
public static final File STORAGE_PATH
Copyright © 2014–2017 Philip Helger. All rights reserved.