Package | Description |
---|---|
reactor.test.subscriber |
Components supporting the creation of test-oriented
Subscribers . |
Class and Description |
---|
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. |