| Class | Description |
|---|---|
| InstanceHolder | |
| MockServerAbstractMojo | |
| MockServerPort | |
| MockServerRunAndWaitMojo |
Run the MockServer and wait for a specified timeout (or indefinitely)
|
| MockServerRunForkedMojo |
Run a forked instance of the MockServer
|
| MockServerStartMojo |
Start the MockServer in the initialize phase of the build and continue build so that tests can run that rely on the MockServer
|
| MockServerStopForkedMojo |
Stop a forked instance of the MockServer
To run from command line:
mvn -Dmockserver.serverPort="1080" org.mock-server:mockserver-maven-plugin:5.5.4:stopForked
|
| MockServerStopMojo |
Stop the MockServer in the verify phase of the build after any integration tests have completed
|
| ProcessBuildFactory | |
| StopMockServerTestListener |
Copyright © 2023. All rights reserved.