public abstract class AbstractComboTestsuiteTest<SB extends io.netty.bootstrap.AbstractBootstrap<?,?>,CB extends io.netty.bootstrap.AbstractBootstrap<?,?>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CB |
cb |
protected io.netty.util.internal.logging.InternalLogger |
logger |
protected SB |
sb |
org.junit.rules.TestName |
testName |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractComboTestsuiteTest(Class<SB> sbClazz,
Class<CB> cbClazz) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
configure(SB sb,
CB cb,
io.netty.buffer.ByteBufAllocator allocator) |
protected List<io.netty.buffer.ByteBufAllocator> |
newAllocators() |
protected abstract List<TestsuitePermutation.BootstrapComboFactory<SB,CB>> |
newFactories() |
protected void |
run() |
protected final io.netty.util.internal.logging.InternalLogger logger
protected volatile CB extends io.netty.bootstrap.AbstractBootstrap<?,?> cb
protected volatile SB extends io.netty.bootstrap.AbstractBootstrap<?,?> sb
public final org.junit.rules.TestName testName
protected abstract List<TestsuitePermutation.BootstrapComboFactory<SB,CB>> newFactories()
protected List<io.netty.buffer.ByteBufAllocator> newAllocators()
Copyright © 2008–2020 The Netty Project. All rights reserved.