public class EmbeddedServerUnderTestProvider extends Object implements ServerUnderTestProvider
ServerUnderTestProvider implemntation which returns an instance of EmbeddedServerUnderTest.| Constructor and Description |
|---|
EmbeddedServerUnderTestProvider() |
| Modifier and Type | Method and Description |
|---|---|
ServerUnderTest |
getServer(Map<String,Object> properties) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServer, getServer@NonNull public ServerUnderTest getServer(@NonNull Map<String,Object> properties)
getServer in interface ServerUnderTestProviderproperties - Properties supplied to application context started.