@NonNullApi
See: Description
| Interface | Description |
|---|---|
| StepVerifier |
A
StepVerifier provides a declarative way of creating a verifiable script for
an async Publisher sequence, by expressing expectations about the events that
will happen upon subscription. |
| StepVerifier.Assertions |
Exposes post-verification state assertions.
|
| StepVerifier.ContextExpectations<T> |
Allow to set expectations about the
Context propagated during the Subscription
phase. |
| StepVerifier.FirstStep<T> |
Define a builder for explicitly expecting an initializing
Subscription as
first signal. |
| StepVerifier.LastStep |
Define a builder for terminal states.
|
| StepVerifier.Step<T> |
Define a builder for expecting main sequence individual signals.
|
| Class | Description |
|---|---|
| StepVerifierOptions |
Options for a
StepVerifier, including the initial request amount,
VirtualTimeScheduler supplier and toggles for some checks. |