程序包 | 说明 |
---|---|
reactor.test.subscriber |
Components supporting the creation of test-oriented
Subscribers . |
类和说明 |
---|
AssertSubscriber
A Subscriber implementation that hosts assertion tests for its state and allows
asynchronous cancellation and requesting.
|
ConditionalTestSubscriber
Simple interface for a
Fuseable.ConditionalSubscriber variant of the
TestSubscriber . |
TestSubscriber
A
CoreSubscriber that can be attached to any Publisher to later assert which
events occurred at runtime. |
TestSubscriber.FusionRequirement
An enum representing the 3 broad expectations around fusion.
|
TestSubscriberBuilder
A configuration builder used to create a fine-tuned
TestSubscriber , also
allowing for a Fuseable.ConditionalSubscriber variant. |