Package | Description |
---|---|
io.netty.testsuite.transport |
Common test suite classes.
|
io.netty.testsuite.transport.sctp |
Test suite classes for sctp transport
|
io.netty.testsuite.transport.socket |
Test suite classes for socket
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<TestsuitePermutation.BootstrapComboFactory<SB,CB>> |
AbstractComboTestsuiteTest.newFactories() |
Modifier and Type | Method and Description |
---|---|
protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap,Bootstrap>> |
AbstractSctpTest.newFactories() |
Modifier and Type | Method and Description |
---|---|
protected <A extends AbstractBootstrap<?,?>,B extends AbstractBootstrap<?,?>> |
SocketTestPermutation.combo(List<TestsuitePermutation.BootstrapFactory<A>> sbfs,
List<TestsuitePermutation.BootstrapFactory<B>> cbfs) |
List<TestsuitePermutation.BootstrapComboFactory<Bootstrap,Bootstrap>> |
SocketTestPermutation.datagram() |
protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap,Bootstrap>> |
AbstractSocketTest.newFactories() |
protected List<TestsuitePermutation.BootstrapComboFactory<Bootstrap,Bootstrap>> |
AbstractDatagramTest.newFactories() |
List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap,Bootstrap>> |
SocketTestPermutation.socket() |
Copyright © 2008–2016 The Netty Project. All rights reserved.