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, wait
getServer, getServer
@NonNull public ServerUnderTest getServer(@NonNull Map<String,Object> properties)
getServer
in interface ServerUnderTestProvider
properties
- Properties supplied to application context started.