public abstract class AbstractTestsuiteTest<T extends io.netty.bootstrap.AbstractBootstrap<?,?>> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractTestsuiteTest.Runner<CB extends io.netty.bootstrap.AbstractBootstrap<?,?>> |
| Modifier and Type | Field and Description |
|---|---|
protected T |
cb |
protected io.netty.util.internal.logging.InternalLogger |
logger |
| Constructor and Description |
|---|
AbstractTestsuiteTest() |
| 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(org.junit.jupiter.api.TestInfo testInfo,
AbstractTestsuiteTest.Runner<T> runner) |
protected final io.netty.util.internal.logging.InternalLogger logger
protected volatile T extends io.netty.bootstrap.AbstractBootstrap<?,?> cb
protected abstract List<TestsuitePermutation.BootstrapFactory<T>> newFactories()
protected List<io.netty.buffer.ByteBufAllocator> newAllocators()
protected void run(org.junit.jupiter.api.TestInfo testInfo,
AbstractTestsuiteTest.Runner<T> runner)
throws Throwable
Throwableprotected abstract void configure(T bootstrap, io.netty.buffer.ByteBufAllocator allocator)
Copyright © 2008–2025 The Netty Project. All rights reserved.