public class ClientSetupRule<T,S extends io.rsocket.Closeable> extends Object
| Constructor and Description |
|---|
ClientSetupRule(Supplier<T> addressSupplier,
BiFunction<T,S,io.rsocket.transport.ClientTransport> clientTransportSupplier,
Function<T,io.rsocket.transport.ServerTransport<S>> serverTransportSupplier) |
| Modifier and Type | Method and Description |
|---|---|
String |
expectedPayloadData() |
String |
expectedPayloadMetadata() |
io.rsocket.RSocket |
getRSocket() |
void |
init() |
void |
tearDown() |