Interface | Description |
---|---|
KnownModules |
Micronaut Test Resources modules.
|
ServerFactory |
Implemented by built tools, in order to fork the server process.
|
ServerUtils.ProcessParameters |
Forking process parameters.
|
Class | Description |
---|---|
MavenDependency |
Represents a Maven dependency using its group, artifact
and version coordinates.
|
ServerSettings |
Represents the server settings, once started.
|
ServerUtils |
Utilities used to manage the lifecycle of a server process from build tools.
|
TestResourcesClasspath |
Utility class which deduces the server classpath from the user classpath.
|
VersionInfo |
Version information about this module.
|
Exception | Description |
---|---|
ClassDataSharingException |
This exception can be thrown whenever class data sharing support
fails.
|