程序包 | 说明 |
---|---|
reactor.core.publisher | |
reactor.test |
Main test components supporting the testing and assertion of publishers.
|
reactor.test.subscriber |
Components supporting the creation of test-oriented
Subscribers . |
限定符和类型 | 类和说明 |
---|---|
class |
ConditionalStressSubscriber<T> |
限定符和类型 | 方法和说明 |
---|---|
static <T> Fuseable.ConditionalSubscriber<? super T> |
Operators.toConditionalSubscriber(CoreSubscriber<? super T> actual)
If the actual
CoreSubscriber is not Fuseable.ConditionalSubscriber ,
it will apply an adapter which directly maps all
tryOnNext(Object) to
Subscriber.onNext(Object)
and always returns true as the result |
限定符和类型 | 接口和说明 |
---|---|
static interface |
MockUtils.TestScannableConditionalSubscriber<T>
An interface that can be used to mock a
Scannable
Fuseable.ConditionalSubscriber . |
限定符和类型 | 接口和说明 |
---|---|
interface |
ConditionalTestSubscriber<T>
Simple interface for a
Fuseable.ConditionalSubscriber variant of the
TestSubscriber . |