|
Class Summary |
| BundleProvisioner |
|
| Constants |
Constants used in various places. |
| EjbBundle |
This class is used by tests to deploy Ejb Bundles. |
| EnterpriseResourceProvisioner |
|
| EntityBundle |
A class that helps tests in the deployment of entity bundles. |
| GlassFishTracker |
When GlassFish bundles are deployed, the server does a lot of background operation, so this class help test cases
track availability of GlassFish. |
| JStack |
This object represents the current stack traces of all threads in the system - very much similar to
the output of jstack command line tool. |
| OSGiUtil |
|
| PaxExamConfigurator |
Provides common PAX configuration for all tests. |
| PropertiesUtil |
Helper class that knows how to do variable substitution recurssively in a properties object. |
| StringPatternMatcher |
A simple BaseMatcher that matches if a string contains a specific character sequence. |
| TestContext |
A TestContext is a facade through which a test interacts with underlying OSGi or Java EE platform. |
| TestsConfiguration |
Represents configuration common to all tests. |
| URLHelper |
|
| WABDeploymentEventHandler |
Listens to OSGi Event Admin Service generated events generated for a WAB and calls back a registered handler |
| WebAppBundle |
This class is used by tests to deploy WABs. |