public class ContextLossDetectionTest
extends java.lang.Object
构造器和说明 |
---|
ContextLossDetectionTest() |
限定符和类型 | 方法和说明 |
---|---|
static void |
afterClass() |
static void |
beforeClass() |
static java.util.List<reactor.core.publisher.ContextLossDetectionTest.ContextTestCase> |
sources() |
void |
transformDeferredDetectsContextLoss(reactor.core.publisher.ContextLossDetectionTest.ContextTestCase fn) |
void |
transformDeferredDetectsContextLossWithDefaultContext(reactor.core.publisher.ContextLossDetectionTest.ContextTestCase fn) |
void |
transformDeferredDetectsContextLossWithEmptyContext(reactor.core.publisher.ContextLossDetectionTest.ContextTestCase fn) |
void |
transformDeferredDetectsContextLossWithRSSubscriber(reactor.core.publisher.ContextLossDetectionTest.ContextTestCase fn) |
public static java.util.List<reactor.core.publisher.ContextLossDetectionTest.ContextTestCase> sources()
@BeforeAll public static void beforeClass()
@AfterAll public static void afterClass()
@MethodSource(value="sources") public void transformDeferredDetectsContextLoss(reactor.core.publisher.ContextLossDetectionTest.ContextTestCase fn)
@MethodSource(value="sources") public void transformDeferredDetectsContextLossWithEmptyContext(reactor.core.publisher.ContextLossDetectionTest.ContextTestCase fn)
@MethodSource(value="sources") public void transformDeferredDetectsContextLossWithDefaultContext(reactor.core.publisher.ContextLossDetectionTest.ContextTestCase fn)
@MethodSource(value="sources") public void transformDeferredDetectsContextLossWithRSSubscriber(reactor.core.publisher.ContextLossDetectionTest.ContextTestCase fn)