public final class WarpCommons extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENRICHMENT_REQUEST |
static String |
ENRICHMENT_RESPONSE |
static String |
ENRICHMENT_SEQUENCE_NUMBER |
static String |
NAMESPACE |
static String |
WARP_REQUEST_ID |
static String |
WARP_REQUEST_LIFECYCLE_MANAGER_ATTRIBUTE |
| Constructor and Description |
|---|
WarpCommons() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
debugMode()
Determines whether Warp is in debug mode
|
static boolean |
isWarpLifecycleTest(Class<? extends Annotation> annotationType)
Decides whether given annotation type is
WarpLifecycleTest |
static boolean |
isWarpTest(Class<?> testClass)
Checks whether either given class or its superclasses are annoated with
WarpTest annotation indicating that the
Warp is used in the test. |
public static final String NAMESPACE
public static final String ENRICHMENT_REQUEST
public static final String ENRICHMENT_RESPONSE
public static final String ENRICHMENT_SEQUENCE_NUMBER
public static final String WARP_REQUEST_ID
public static final String WARP_REQUEST_LIFECYCLE_MANAGER_ATTRIBUTE
public static boolean isWarpTest(Class<?> testClass)
WarpTest annotation indicating that the
Warp is used in the test.public static boolean debugMode()
public static boolean isWarpLifecycleTest(Class<? extends Annotation> annotationType)
WarpLifecycleTestannotationType - Copyright © 2014 JBoss by Red Hat. All rights reserved.