Package | Description |
---|---|
io.vertx.core | |
io.vertx.core.http |
Modifier and Type | Method and Description |
---|---|
default Expectation<V> |
Expectation.and(Expectation<? super V> other)
Returned an expectation succeeding when this expectation and the
other expectation succeeds. |
default Expectation<V> |
Expectation.or(Expectation<? super V> other)
Returned an expectation succeeding when this expectation or the
other expectation succeeds. |
default Expectation<V> |
Expectation.wrappingFailure(java.util.function.BiFunction<V,Throwable,Throwable> descriptor)
Returns a new expectation with the same predicate and a customized error
descriptor . |
Modifier and Type | Method and Description |
---|---|
default Expectation<V> |
Expectation.and(Expectation<? super V> other)
Returned an expectation succeeding when this expectation and the
other expectation succeeds. |
Future<T> |
Future.expecting(Expectation<? super T> expectation)
Guard the control flow of this future with an expectation.
|
default Expectation<V> |
Expectation.or(Expectation<? super V> other)
Returned an expectation succeeding when this expectation or the
other expectation succeeds. |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpResponseExpectation
Common expectations for HTTP responses.
|
Copyright © 2024 Eclipse. All rights reserved.