| 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<io.netty.bootstrap.ServerBootstrap,io.netty.bootstrap.Bootstrap>> |
AbstractSctpTest.newFactories() |
| Modifier and Type | Method and Description |
|---|---|
protected <A extends io.netty.bootstrap.AbstractBootstrap<?,?>,B extends io.netty.bootstrap.AbstractBootstrap<?,?>> |
SocketTestPermutation.combo(List<TestsuitePermutation.BootstrapFactory<A>> sbfs,
List<TestsuitePermutation.BootstrapFactory<B>> cbfs) |
List<TestsuitePermutation.BootstrapComboFactory<io.netty.bootstrap.Bootstrap,io.netty.bootstrap.Bootstrap>> |
SocketTestPermutation.datagram() |
protected List<TestsuitePermutation.BootstrapComboFactory<io.netty.bootstrap.Bootstrap,io.netty.bootstrap.Bootstrap>> |
AbstractDatagramTest.newFactories() |
protected List<TestsuitePermutation.BootstrapComboFactory<io.netty.bootstrap.ServerBootstrap,io.netty.bootstrap.Bootstrap>> |
AbstractSocketTest.newFactories() |
List<TestsuitePermutation.BootstrapComboFactory<io.netty.bootstrap.ServerBootstrap,io.netty.bootstrap.Bootstrap>> |
SocketTestPermutation.socket() |
Copyright © 2008–2015 The Netty Project. All rights reserved.