| Package | Description |
|---|---|
| io.netty.testsuite.transport |
Common test suite classes.
|
| io.netty.testsuite.transport.socket |
Test suite classes for socket
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<TestsuitePermutation.BootstrapFactory<T>> |
AbstractTestsuiteTest.newFactories() |
| Modifier and Type | Method and Description |
|---|---|
List<TestsuitePermutation.BootstrapFactory<io.netty.bootstrap.Bootstrap>> |
SocketTestPermutation.clientSocket() |
List<TestsuitePermutation.BootstrapFactory<io.netty.bootstrap.Bootstrap>> |
SocketTestPermutation.datagramSocket() |
protected List<TestsuitePermutation.BootstrapFactory<io.netty.bootstrap.ServerBootstrap>> |
AbstractServerSocketTest.newFactories() |
protected List<TestsuitePermutation.BootstrapFactory<io.netty.bootstrap.Bootstrap>> |
AbstractClientSocketTest.newFactories() |
protected List<TestsuitePermutation.BootstrapFactory<io.netty.bootstrap.Bootstrap>> |
DatagramConnectNotExistsTest.newFactories() |
List<TestsuitePermutation.BootstrapFactory<io.netty.bootstrap.ServerBootstrap>> |
SocketTestPermutation.serverSocket() |
| 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) |
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) |
Copyright © 2008–2020 The Netty Project. All rights reserved.