public class BandwidthLimiterIT extends Object
| Constructor and Description |
|---|
BandwidthLimiterIT() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUp() |
void |
testInbound()
Run a series of tests on inbound throttling (pulling lots of data through pipes
with various limits) and log the times.
|
void |
testOutbound()
Run a series of tests on outbound throttling (shoving lots of data through pipes
with various limits) and log the times.
|
void |
testOutboundContention() |
public static void setUp()
public void testOutbound()
public void testInbound()
public void testOutboundContention()