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<Bootstrap>> |
SocketTestPermutation.clientSocket() |
protected List<TestsuitePermutation.BootstrapFactory<ServerBootstrap>> |
AbstractServerSocketTest.newFactories() |
protected List<TestsuitePermutation.BootstrapFactory<Bootstrap>> |
AbstractClientSocketTest.newFactories() |
List<TestsuitePermutation.BootstrapFactory<ServerBootstrap>> |
SocketTestPermutation.serverSocket() |
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) |
protected <A extends AbstractBootstrap<?,?>,B extends AbstractBootstrap<?,?>> |
SocketTestPermutation.combo(List<TestsuitePermutation.BootstrapFactory<A>> sbfs,
List<TestsuitePermutation.BootstrapFactory<B>> cbfs) |
Copyright © 2008–2017 The Netty Project. All rights reserved.