See: Description
| Interface | Description |
|---|---|
| BaseDirBuilder | |
| EmbeddedApplication |
An application created and used at runtime, useful for functionally testing subsets of functionality.
|
| Class | Description |
|---|---|
| EmbeddedApplicationSupport |
A support implementation that handles the file system and
ApplicationUnderTest requirements. |
| JarFileBaseDirBuilder |
A
BaseDirBuilder implementation that uses a Jar file as the base. |
| LaunchConfigEmbeddedApplication |
A supporting implementation of
EmbeddedApplication that starts a server based on a subclass provided LaunchConfig. |
| PathBaseDirBuilder |
A
BaseDirBuilder that is based on an initial Path. |