| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.Constants |
Pax Exam related constants.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | EXAM_CONFIGURATION_KEY | URL of configuration properties, overriding the default classpath:/exam.properties. | |||||||||
| String | EXAM_FAIL_ON_UNRESOLVED_KEY | Should Pax Exam fail the test if any of the provisioned bundles is unresolved? Values: true | false. | |||||||||
| String | EXAM_LOGGING_KEY | The logging system to be provisioned by Pax Exam. | |||||||||
| String | EXAM_LOGGING_NONE | Do not provision any logging system and leave it to the user. | |||||||||
| String | EXAM_LOGGING_PAX_LOGGING | Provision Pax Logging as logging system. | |||||||||
| String | EXAM_PROPERTIES_FILE | Name of configuration properties file. | |||||||||
| String | EXAM_PROPERTIES_PATH | Resource path of configuration properties file. | |||||||||
| String | EXAM_REACTOR_STRATEGY_KEY | Default reactor strategy. | |||||||||
| String | EXAM_REACTOR_STRATEGY_PER_CLASS | ||||||||||
| String | EXAM_REACTOR_STRATEGY_PER_METHOD | ||||||||||
| String | EXAM_REACTOR_STRATEGY_PER_SUITE | ||||||||||
| String | EXAM_SERVICE_TIMEOUT_DEFAULT | Default value for service lookup timeout (10 seconds). | |||||||||
| String | EXAM_SERVICE_TIMEOUT_KEY | Timeout for service lookup in milliseconds. | |||||||||
| String | EXAM_SYSTEM_CDI | Exam system for CDI containers. | |||||||||
| String | EXAM_SYSTEM_DEFAULT | Default exam system with no predefined options. | |||||||||
| String | EXAM_SYSTEM_JAVAEE | Exam system for Java EE containers. | |||||||||
| String | EXAM_SYSTEM_KEY | Configuration key for Exam system type. | |||||||||
| String | EXAM_SYSTEM_TEST | Test exam system with predefined options for Exam's own bundles etc. | |||||||||
| long | NO_WAIT | Timeout specifing that there should be no waiting. | |||||||||
| String | PROBE_EXECUTABLE | Manifest header specifying the string of executable services. | |||||||||
| int | START_LEVEL_DEFAULT_PROVISION | The start level at which Pax Exam test bundle is to be started. | |||||||||
| int | START_LEVEL_SYSTEM_BUNDLES | The start level at which Pax Exam system bundles are to be started. | |||||||||
| int | START_LEVEL_TEST_BUNDLE | The start level at which Pax Exam test bundle is to be started. | |||||||||
| long | WAIT_5_MINUTES | Timeout specifing that it should wait . | |||||||||
| long | WAIT_FOREVER | Timeout specifing that it should wait forever. | |||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
URL of configuration properties, overriding the default classpath:/exam.properties. If you
want this to be a plain old file, make sure to include the file: protocol.
Should Pax Exam fail the test if any of the provisioned bundles is unresolved? Values: true | false.
The logging system to be provisioned by Pax Exam.
Do not provision any logging system and leave it to the user.
Provision Pax Logging as logging system. (Default value).
Name of configuration properties file.
Resource path of configuration properties file.
Default reactor strategy. Legal values are PerSuite, PerClass, PerMethod.
Default value for service lookup timeout (10 seconds).
Timeout for service lookup in milliseconds.
Exam system for CDI containers.
Default exam system with no predefined options.
Exam system for Java EE containers.
Configuration key for Exam system type.
Test exam system with predefined options for Exam's own bundles etc.
Timeout specifing that there should be no waiting.
Manifest header specifying the string of executable services.
The start level at which Pax Exam test bundle is to be started.
The start level at which Pax Exam system bundles are to be started.
The start level at which Pax Exam test bundle is to be started. This is also the startlevel, the test container reaches in start.
Timeout specifing that it should wait .
Timeout specifing that it should wait forever.