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