public abstract class AbstractTestsuiteTest<T extends AbstractBootstrap<?,?>> extends Object
Modifier and Type | Field and Description |
---|---|
protected T |
cb |
protected InternalLogger |
logger |
org.junit.rules.TestName |
testName |
Modifier | Constructor and Description |
---|---|
protected |
AbstractTestsuiteTest(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
configure(T bootstrap,
ByteBufAllocator allocator) |
protected List<ByteBufAllocator> |
newAllocators() |
protected abstract List<TestsuitePermutation.BootstrapFactory<T>> |
newFactories() |
protected void |
run() |
protected final InternalLogger logger
protected volatile T extends AbstractBootstrap<?,?> cb
public final org.junit.rules.TestName testName
protected abstract List<TestsuitePermutation.BootstrapFactory<T>> newFactories()
protected List<ByteBufAllocator> newAllocators()
protected abstract void configure(T bootstrap, ByteBufAllocator allocator)
Copyright © 2008–2017 The Netty Project. All rights reserved.