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)
| 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 |
no outgoing calls