public abstract class BaseClientServerTest<T extends ClientSetupRule<?,?>> extends Object
| Constructor and Description |
|---|
BaseClientServerTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createClientServer() |
void |
testChannel0() |
void |
testChannel1() |
void |
testChannel2_000_000() |
void |
testChannel20_000() |
void |
testChannel200_000() |
void |
testChannel3() |
void |
testChannel512() |
void |
testFireNForget10() |
void |
testPushMetadata10() |
void |
testRequestResponse1() |
void |
testRequestResponse10_000() |
void |
testRequestResponse10() |
void |
testRequestResponse100() |
void |
testRequestStream() |
void |
testRequestStreamAll() |
void |
testRequestStreamWithDelayedRequestN() |
void |
testRequestStreamWithRequestN() |
public final T extends ClientSetupRule<?,?> setup
protected abstract T createClientServer()
public void testFireNForget10()
public void testPushMetadata10()
public void testRequestResponse1()
public void testRequestResponse10()
public void testRequestResponse100()
public void testRequestResponse10_000()
public void testRequestStream()
public void testRequestStreamAll()
public void testRequestStreamWithRequestN()
public void testRequestStreamWithDelayedRequestN()
public void testChannel0()
public void testChannel1()
public void testChannel3()
public void testChannel512()
public void testChannel20_000()
public void testChannel200_000()
public void testChannel2_000_000()