@NullMarked
Subscribers.See: Description
| Interface | Description |
|---|---|
| ConditionalTestSubscriber<T> |
Simple interface for a
Fuseable.ConditionalSubscriber variant of the
TestSubscriber. |
| TestSubscriber<T> |
A
CoreSubscriber that can be attached to any Publisher to later assert which
events occurred at runtime. |
| Class | Description |
|---|---|
| TestSubscriberBuilder |
A configuration builder used to create a fine-tuned
TestSubscriber, also
allowing for a Fuseable.ConditionalSubscriber variant. |
| Enum | Description |
|---|---|
| TestSubscriber.FusionRequirement |
An enum representing the 3 broad expectations around fusion.
|
Subscribers.