| Interface | Description |
|---|---|
| ConfigurationFactory | |
| ExamSystem |
An instance that drives cross cutting concerns when using Pax Exam. - Provides System Resource
Locations, - Cross Cutting default properties, - access to API entry (building probes, getting
TestContainerFactory etc.)
|
| Option |
Marker interface for integration regression user specified optons.
|
| ProbeInvoker | |
| ProbeInvokerFactory | |
| TestAddress |
Test pointer to an executable test.
|
| TestContainer |
Management of an OSGi framework that can be used as a integration test container.
|
| TestContainerFactory |
TestContainer factory. |
| TestProbeBuilder | |
| TestProbeProvider |
High Level Access to the Probe (bundle) as well as its
TestAddresses you can invoke. |
| Class | Description |
|---|---|
| CompositeCustomizer |
Composite of
Customizers. |
| ConfigurationManager |
Reads configuration settings from a properties file
exam.properties at the root of the
classpath. |
| Constants |
Pax Exam related constants.
|
| CoreOptions |
Factory methods for core options.
|
| Customizer |
Hooks to inject certain activities into pax exam execution phases.
|
| ExamJavaRunner |
Exam Java Runner, adjusted copy of Default Java Runner (see PAXEXAM-920)
|
| ExceptionHelper | |
| FrameworkEventUtils |
Utility methods related to
FrameworkEvent. |
| Info |
A helper class to find versioning and other meta information about this pax exam delivery.
|
| MavenUtils |
Utility methods related to Apache Maven.
|
| OptionUtils |
Utility methods related to
Options. |
| RelativeTimeout |
Timout type that is being used in exam to specify a single timeout value but control different
timout points in the system with that value.
|
| TestDirectory |
A singleton directory which keeps track of all tests in a suite.
|
| TestInstantiationInstruction |
Instruction that can be used on the "in child osgi container" side to instantiate (e.g. locate) a
test.
|
| Exception | Description |
|---|---|
| ExamConfigurationException | |
| RerunTestException | |
| TestContainerException |
Denotes an exception occuring during using regression container.
|
| TimeoutException |
Denotes an exception occuring during using regression container that appears due to a timeout.
|
| WrappedTestContainerException |
Wrap not serializable exception while extracting as much information as possible
|
| Annotation Type | Description |
|---|---|
| Configuration |
Annotation marking Pax Exam configuration method.
|
| ExamFactory |
Possibility to inject your own factory that might augment the "normal" factory.
|
| ProbeBuilder |
Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.