Class StepVerifiers

java.lang.Object
io.servicetalk.concurrent.api.test.StepVerifiers

public final class StepVerifiers extends Object
Factory for the first steps that lead to StepVerifier test utility to verify each step in the lifecycle of asynchronous sources Publisher, Single, and Completable.

The steps are typically from the perspective of a PublisherSource.Subscriber's lifecycle.