MCPcopy
hub / github.com/reactor/reactor-core / as

Method as

reactor-test/src/main/java/reactor/test/StepVerifier.java:652–652  ·  view source on GitHub ↗

Set a description for the previous verification step. Choosing a unique and descriptive name can make assertion errors easier to resolve. Note that calling this several times in a row will only take the first description into account. @param description the description for the previous verifica

(String description)

Source from the content-addressed store, hash-verified

650 * @return this builder
651 */
652 Step<T> as(String description);
653
654 /**
655 * Expect an element and consume with the given consumer.Any {@code

Implementers 1

DefaultStepVerifierBuilderreactor-test/src/main/java/reactor/tes

Calls

no outgoing calls