public abstract class AbstractComboTestsuiteTest<SB extends AbstractBootstrap<?,?>,CB extends AbstractBootstrap<?,?>> extends Object
Modifier and Type | Field and Description |
---|---|
protected CB |
cb |
protected 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,
ByteBufAllocator allocator) |
protected List<ByteBufAllocator> |
newAllocators() |
protected abstract List<TestsuitePermutation.BootstrapComboFactory<SB,CB>> |
newFactories() |
protected void |
run() |
protected final InternalLogger logger
protected volatile CB extends AbstractBootstrap<?,?> cb
protected volatile SB extends AbstractBootstrap<?,?> sb
public final org.junit.rules.TestName testName
protected abstract List<TestsuitePermutation.BootstrapComboFactory<SB,CB>> newFactories()
protected List<ByteBufAllocator> newAllocators()
protected abstract void configure(SB sb, CB cb, ByteBufAllocator allocator)
Copyright © 2008–2017 The Netty Project. All rights reserved.