| Interface | Description |
|---|---|
| TransportTest | |
| UriHandlerTest |
| Class | Description |
|---|---|
| BaseClientServerTest<T extends ClientSetupRule<?,?>> | |
| ClientSetupRule<T,S extends io.rsocket.Closeable> | |
| PingClient | |
| PingHandler | |
| TestFrames |
Test instances of all frame types.
|
| TestRSocket | |
| TestSubscriber | |
| TransportTest.TransportPair<T,S extends io.rsocket.Closeable> |
| Annotation Type | Description |
|---|---|
| SlowTest |
@SlowTest is used to signal that the annotated test class or test method is slow running
and will be disabled unless enabled via setting the TEST_SLOW_ENABLED environment
variable to true. |