Index
All Classes and Interfaces|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. - assertEquals(Supplier<Uni<T>>, T) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- assertEverything() - Static method in class io.quarkus.test.vertx.VirtualThreadsAssertions
-
Asserts that the current method: - runs on a duplicated context - runs on a virtual thread - has the request scope activated
- 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>>, Class<? extends Throwable>) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- 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. - assertFailedWith(Supplier<Uni<T>>, Consumer<Throwable>) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- 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. - assertFalse(Supplier<Uni<Boolean>>) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- 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. - assertNotEquals(Supplier<Uni<T>>, T) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- 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. - assertNotNull(Supplier<Uni<T>>) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- assertNotOnVirtualThread() - Static method in class io.quarkus.test.vertx.VirtualThreadsAssertions
- 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. - assertNotSame(Supplier<Uni<T>>, T) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- 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. - assertNull(Supplier<Uni<T>>) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- 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. - assertSame(Supplier<Uni<T>>, T) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- 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. - assertThat(Supplier<Uni<T>>, Consumer<T>) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- assertThatItRunsOnADuplicatedContext() - Static method in class io.quarkus.test.vertx.VirtualThreadsAssertions
- assertThatItRunsOnVirtualThread() - Static method in class io.quarkus.test.vertx.VirtualThreadsAssertions
- assertThatTheRequestScopeIsActive() - Static method in class io.quarkus.test.vertx.VirtualThreadsAssertions
- 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. - assertTrue(Supplier<Uni<Boolean>>) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- assertWorkerOrEventLoopThread() - Static method in class io.quarkus.test.vertx.VirtualThreadsAssertions
- asUni() - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- asUni() - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- asUni() - Method in interface io.quarkus.test.vertx.UnwrappableUniAsserter
C
- clearData() - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- clearData() - Method in interface io.quarkus.test.vertx.UniAsserter
-
Clear the test data.
- clearData() - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- createUniAsserter() - Method in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
D
- DefaultUniAsserter - Class in io.quarkus.test.vertx
- DefaultUniAsserter() - Constructor for class io.quarkus.test.vertx.DefaultUniAsserter
- duplicateContext() - Element in annotation interface 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(Runnable) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- 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.
- execute(Supplier<Uni<T>>) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
- 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
- fail() - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
G
- getData(String) - Method in class io.quarkus.test.vertx.DefaultUniAsserter
- getData(String) - Method in interface io.quarkus.test.vertx.UniAsserter
- getData(String) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
H
- handle(Promise<Object>) - Method in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxBlockingContextHandler
- handle(Void) - Method in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxEventLoopContextHandler
- handlesMethodParamType(String) - Method in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
- hasAnnotation(Class<? extends Annotation>, Annotation[]) - Method in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
- hasSupportedAnnotation(Class<?>, Method) - 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.
- putData(String, Object) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
R
- runOnEventLoop() - Element in annotation interface io.quarkus.test.vertx.RunOnVertxContext
-
If
true, the test method is run on the Event Loop, otherwise it will be run on Vert.x blocking thread pool - RunOnVertxContext - Annotation Interface 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.RunTestMethodOnVertxBlockingContextHandler - Class in io.quarkus.test.vertx
- RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxEventLoopContextHandler - Class in io.quarkus.test.vertx
- RunTestMethodOnVertxBlockingContextHandler(Object, Method, List<Object>, UniAsserter) - Constructor for class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxBlockingContextHandler
- RunTestMethodOnVertxEventLoopContextHandler(Object, Method, List<Object>, UniAsserter, CompletableFuture<Object>) - Constructor for class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxEventLoopContextHandler
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
- surroundWith(Function<Uni<T>, Uni<T>>) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
T
- transformUni(Supplier<Uni<T>>) - Method in class io.quarkus.test.vertx.UniAsserterInterceptor
-
This method can be used to transform the provided
Unisupplier for assertion methods andexecute(Supplier).
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). - UniAsserterInterceptor - Class in io.quarkus.test.vertx
-
A subclass can be used to wrap the injected
UniAsserterand customize the default behavior. - UniAsserterInterceptor(UniAsserter) - Constructor for class io.quarkus.test.vertx.UniAsserterInterceptor
- UnwrappableUniAsserter - Interface in io.quarkus.test.vertx
-
A
UniAsserterthat exposes the internalUni.
V
- VirtualThreadsAssertions - Class in io.quarkus.test.vertx
- VirtualThreadsAssertions() - Constructor for class io.quarkus.test.vertx.VirtualThreadsAssertions
All Classes and Interfaces|All Packages