public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXAM_CONFIGURATION_KEY
URL of configuration properties, overriding the default classpath:/exam.properties.
|
static String |
EXAM_FAIL_ON_UNRESOLVED_KEY
Should Pax Exam fail the test if any of the provisioned bundles is unresolved?
|
static String |
EXAM_LOGGING_KEY
The logging system to be provisioned by Pax Exam.
|
static String |
EXAM_LOGGING_NONE
Do not provision any logging system and leave it to the user.
|
static String |
EXAM_LOGGING_PAX_LOGGING
Provision Pax Logging as logging system.
|
static String |
EXAM_PROPERTIES_FILE
Name of configuration properties file.
|
static String |
EXAM_PROPERTIES_PATH
Resource path of configuration properties file.
|
static String |
EXAM_REACTOR_STRATEGY_KEY
Default reactor strategy.
|
static String |
EXAM_REACTOR_STRATEGY_PER_CLASS |
static String |
EXAM_REACTOR_STRATEGY_PER_METHOD |
static String |
EXAM_REACTOR_STRATEGY_PER_SUITE |
static String |
EXAM_SERVICE_TIMEOUT_DEFAULT
Default value for service lookup timeout (10 seconds).
|
static String |
EXAM_SERVICE_TIMEOUT_KEY
Timeout for service lookup in milliseconds.
|
static String |
EXAM_SYSTEM_CDI
Exam system for CDI containers.
|
static String |
EXAM_SYSTEM_DEFAULT
Default exam system with no predefined options.
|
static String |
EXAM_SYSTEM_JAVAEE
Exam system for Java EE containers.
|
static String |
EXAM_SYSTEM_KEY
Configuration key for Exam system type.
|
static String |
EXAM_SYSTEM_TEST
Test exam system with predefined options for Exam's own bundles etc.
|
static long |
NO_WAIT
Timeout specifing that there should be no waiting.
|
static String |
PROBE_EXECUTABLE
Manifest header specifying the string of executable services.
|
static int |
START_LEVEL_DEFAULT_PROVISION
The start level at which Pax Exam test bundle is to be started.
|
static int |
START_LEVEL_SYSTEM_BUNDLES
The start level at which Pax Exam system bundles are to be started.
|
static int |
START_LEVEL_TEST_BUNDLE
The start level at which Pax Exam test bundle is to be started.
|
static long |
WAIT_5_MINUTES
Timeout specifing that it should wait .
|
static long |
WAIT_FOREVER
Timeout specifing that it should wait forever.
|
public static final int START_LEVEL_SYSTEM_BUNDLES
public static final int START_LEVEL_DEFAULT_PROVISION
public static final int START_LEVEL_TEST_BUNDLE
public static final long NO_WAIT
public static final long WAIT_FOREVER
public static final long WAIT_5_MINUTES
public static final String PROBE_EXECUTABLE
public static final String EXAM_PROPERTIES_FILE
public static final String EXAM_PROPERTIES_PATH
public static final String EXAM_SYSTEM_KEY
public static final String EXAM_CONFIGURATION_KEY
file: protocol.public static final String EXAM_SYSTEM_DEFAULT
public static final String EXAM_SYSTEM_JAVAEE
public static final String EXAM_SYSTEM_CDI
public static final String EXAM_SYSTEM_TEST
public static final String EXAM_REACTOR_STRATEGY_KEY
PerSuite, PerClass, PerMethod.public static final String EXAM_REACTOR_STRATEGY_PER_SUITE
public static final String EXAM_REACTOR_STRATEGY_PER_CLASS
public static final String EXAM_REACTOR_STRATEGY_PER_METHOD
public static final String EXAM_SERVICE_TIMEOUT_KEY
public static final String EXAM_SERVICE_TIMEOUT_DEFAULT
public static final String EXAM_LOGGING_KEY
public static final String EXAM_LOGGING_PAX_LOGGING
public static final String EXAM_LOGGING_NONE
public static final String EXAM_FAIL_ON_UNRESOLVED_KEY
Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.