public abstract class AbstractTestsuiteTest<T extends io.netty.bootstrap.AbstractBootstrap<?,?>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
cb |
protected io.netty.util.internal.logging.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,
io.netty.buffer.ByteBufAllocator allocator) |
protected List<io.netty.buffer.ByteBufAllocator> |
newAllocators() |
protected abstract List<TestsuitePermutation.BootstrapFactory<T>> |
newFactories() |
protected void |
run() |
protected final io.netty.util.internal.logging.InternalLogger logger
protected volatile T extends io.netty.bootstrap.AbstractBootstrap<?,?> cb
public final org.junit.rules.TestName testName
protected abstract List<TestsuitePermutation.BootstrapFactory<T>> newFactories()
protected List<io.netty.buffer.ByteBufAllocator> newAllocators()
protected abstract void configure(T bootstrap, io.netty.buffer.ByteBufAllocator allocator)
Copyright © 2008–2020 The Netty Project. All rights reserved.