A C D E F G H I M P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- assertEquals(Supplier<Uni<T>>, T) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- assertEquals(Supplier<Uni<T>>, T) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Assert that the value of the
Uniis equal to the expected value. - assertFailedWith(Supplier<Uni<T>>, Class<? extends Throwable>) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- assertFailedWith(Supplier<Uni<T>>, Class<? extends Throwable>) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Used to determine whether the
Unicontains the expected failure type. - assertFailedWith(Supplier<Uni<T>>, Consumer<Throwable>) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- assertFailedWith(Supplier<Uni<T>>, Consumer<Throwable>) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Used to determine whether the
Unicontains the expected failure. - assertFalse(Supplier<Uni<Boolean>>) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- assertFalse(Supplier<Uni<Boolean>>) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Assert that the value of the
Uniisfalse. - assertNotEquals(Supplier<Uni<T>>, T) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- assertNotEquals(Supplier<Uni<T>>, T) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Assert that the value of the
Uniis not equal to the expected value. - assertNotNull(Supplier<Uni<T>>) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- assertNotNull(Supplier<Uni<T>>) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Assert that the value of the
Uniis notnull. - assertNotSame(Supplier<Uni<T>>, T) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- assertNotSame(Supplier<Uni<T>>, T) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Assert that the value of the
Uniand the expected value do not refer to the same object. - assertNull(Supplier<Uni<T>>) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- assertNull(Supplier<Uni<T>>) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Assert that the value of the
Uniisnull. - assertSame(Supplier<Uni<T>>, T) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- assertSame(Supplier<Uni<T>>, T) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Assert that the value of the
Uniand the expected value refer to the same object. - assertThat(Supplier<Uni<T>>, Consumer<T>) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- assertThat(Supplier<Uni<T>>, Consumer<T>) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Perform a custom assertion on the value of the
Uniin cases where no exception was thrown. - assertTrue(Supplier<Uni<Boolean>>) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- assertTrue(Supplier<Uni<Boolean>>) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Assert that the value of the
Uniistrue.
C
- clearData() - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- clearData() - Method in interface io.quarkus.test.vertx.UniAsserter
-
Clear the test data.
D
- DefaultUniAsserter - Class in io.quarkus.test.vertx
- DefaultUniAsserter() - Constructor for class io.quarkus.test.vertx.DefaultUniAsserter
- duplicateContext() - Method in annotation type io.quarkus.test.vertx.RunOnVertxContext
-
Vert.x provides various types of contexts; for testing purposes the two which can be controlled via this annotation are the global (root) context, and duplicate contexts, which have a narrower scope.
E
- execute(Runnable) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- execute(Runnable) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Execute some arbitrary operation as part of the pipeline.
- execute(Supplier<Uni<T>>) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- execute(Supplier<Uni<T>>) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Execute some arbitrary operation as part of the pipeline.
- execution - Variable in class io.quarkus.test.vertx.DefaultUniAsserter
F
- fail() - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- fail() - Method in interface io.quarkus.test.vertx.UniAsserter
-
Ensure that the whole pipeline always fails
G
- getData(String) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- getData(String) - Method in interface io.quarkus.test.vertx.UniAsserter
H
- handle(Void) - Method in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker.RunTestMethodOnContextHandler
- handlesMethodParamType(String) - Method in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
I
- invoke(Object, Method, List<Object>, String) - Method in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
- io.quarkus.test.vertx - package io.quarkus.test.vertx
M
- methodParamInstance(String) - Method in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
P
- putData(String, Object) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- putData(String, Object) - Method in interface io.quarkus.test.vertx.UniAsserter
-
Associate the value with the given key.
R
- RunOnVertxContext - Annotation Type in io.quarkus.test.vertx
-
Allows test methods to run on a Vert.x thread instead of the main thread.
- RunOnVertxContextTestMethodInvoker - Class in io.quarkus.test.vertx
- RunOnVertxContextTestMethodInvoker() - Constructor for class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
- RunOnVertxContextTestMethodInvoker.RunTestMethodOnContextHandler - Class in io.quarkus.test.vertx
- RunTestMethodOnContextHandler(Object, Method, List<Object>, DefaultUniAsserter, CompletableFuture<Object>) - Constructor for class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker.RunTestMethodOnContextHandler
S
- supportsMethod(Class<?>, Method) - Method in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
- surroundWith(Function<Uni<T>, Uni<T>>) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- surroundWith(Function<Uni<T>, Uni<T>>) - Method in interface io.quarkus.test.vertx.UniAsserter
U
- UniAsserter - Interface in io.quarkus.test.vertx
-
Used in conjunction with
RunOnVertxContext(or similar annotations) in order to test assertions on APIs that returnUniand whose execution needs to occur on a Vert.x Event Loop Thread (such as Hibernate Reactive for example).
All Classes All Packages