Class TransactionalUniAsserterTestMethodInvoker
java.lang.Object
io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
io.quarkus.test.hibernate.reactive.panache.TransactionalUniAsserterTestMethodInvoker
- All Implemented Interfaces:
io.quarkus.test.TestMethodInvoker
public class TransactionalUniAsserterTestMethodInvoker
extends io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
-
Nested Class Summary
Nested classes/interfaces inherited from class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxBlockingContextHandler, io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxEventLoopContextHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.quarkus.test.vertx.UniAsserterbooleanhandlesMethodParamType(String paramClassName) booleansupportsMethod(Class<?> originalTestClass, Method originalTestMethod) Methods inherited from class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
hasAnnotation, hasSupportedAnnotation, invoke, methodParamInstance
-
Constructor Details
-
TransactionalUniAsserterTestMethodInvoker
public TransactionalUniAsserterTestMethodInvoker()
-
-
Method Details
-
handlesMethodParamType
- Specified by:
handlesMethodParamTypein interfaceio.quarkus.test.TestMethodInvoker- Overrides:
handlesMethodParamTypein classio.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
-
createUniAsserter
protected io.quarkus.test.vertx.UniAsserter createUniAsserter()- Overrides:
createUniAsserterin classio.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
-
supportsMethod
- Specified by:
supportsMethodin interfaceio.quarkus.test.TestMethodInvoker- Overrides:
supportsMethodin classio.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
-