Package io.quarkus.test.vertx
Interface UnwrappableUniAsserter
- All Superinterfaces:
UniAsserter
- All Known Implementing Classes:
DefaultUniAsserter,UniAsserterInterceptor
A
UniAsserter that exposes the internal Uni.
We've added this interface so that we don't expose the method asUni() to the user
-
Method Summary
Methods inherited from interface io.quarkus.test.vertx.UniAsserter
assertEquals, assertFailedWith, assertFailedWith, assertFalse, assertNotEquals, assertNotNull, assertNotSame, assertNull, assertSame, assertThat, assertTrue, clearData, execute, execute, fail, getData, putData, surroundWith
-
Method Details
-
asUni
io.smallrye.mutiny.Uni<?> asUni()- Returns:
- a
Unirepresenting the operations pipeline up to this point
-