Package | Description |
---|---|
fr.sii.ogham.testing.extension.junit.sms | |
fr.sii.ogham.testing.extension.junit.sms.config | |
fr.sii.ogham.testing.extension.spring |
Modifier and Type | Field and Description |
---|---|
protected ServerConfig |
AbstractJUnitSmppServerExt.builder
The configuration to control how server should behave
|
Constructor and Description |
---|
AbstractJUnitSmppServerExt(ServerConfig builder)
Initializes with the configuration to use for the SMPP server
|
JsmppServerExtension(ServerConfig config)
Initialize the server with provided configuration.
|
JsmppServerRule(ServerConfig config)
Initialize the server with provided configuration.
|
SmppServerExtension(ServerConfig builder)
Initializes with the configuration to use for the SMPP server
|
SmppServerRule(ServerConfig builder)
Initializes with the configuration to use for the SMPP server
|
Modifier and Type | Method and Description |
---|---|
ServerConfig |
ServerConfig.annotationConfig(SmppServerConfig annotationConfig)
Merge with configuration provided by annotation.
|
ServerConfig |
ServerConfig.credentials(String systemId,
String password)
Register allowed credentials.
|
ServerConfig |
ServerConfig.keepMessages(boolean keep)
If the server is restarted, it indicates if received messages in the
previous session should be kept (true) or dropped (false).
|
ServerConfig |
ServerConfig.port(int port)
Start the server with a fixed port.
|
ServerConfig |
ServerConfig.randomPort()
Start the server with a random port.
|
ServerConfig |
ServerConfig.randomPort(int maxPort)
Start the server with a random port.
|
ServerConfig |
ServerConfig.randomPort(int minPort,
int maxPort)
Start the server with a random port.
|
Constructor and Description |
---|
SlowConfig(ServerConfig parent) |
Modifier and Type | Method and Description |
---|---|
JsmppServerExtension |
JsmppServerTestConfiguration.randomJsmppPortExtension(int port,
ServerConfig config) |
JsmppServerRule |
JsmppServerTestConfiguration.randomJsmppPortRule(int port,
ServerConfig config) |
Copyright © 2021. All rights reserved.