public abstract class AbstractTestsuiteTest<T extends AbstractBootstrap<?,?>>
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static interface |
AbstractTestsuiteTest.Runner<CB extends AbstractBootstrap<?,?>> |
限定符和类型 | 字段和说明 |
---|---|
protected T |
cb |
protected InternalLogger |
logger |
构造器和说明 |
---|
AbstractTestsuiteTest() |
限定符和类型 | 方法和说明 |
---|---|
protected abstract void |
configure(T bootstrap,
ByteBufAllocator allocator) |
protected java.util.List<ByteBufAllocator> |
newAllocators() |
protected abstract java.util.List<TestsuitePermutation.BootstrapFactory<T>> |
newFactories() |
protected void |
run(TestInfo testInfo,
AbstractTestsuiteTest.Runner<T> runner) |
protected final InternalLogger logger
protected volatile T extends AbstractBootstrap<?,?> cb
protected abstract java.util.List<TestsuitePermutation.BootstrapFactory<T>> newFactories()
protected java.util.List<ByteBufAllocator> newAllocators()
protected void run(TestInfo testInfo, AbstractTestsuiteTest.Runner<T> runner) throws java.lang.Throwable
java.lang.Throwable
protected abstract void configure(T bootstrap, ByteBufAllocator allocator)