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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.quarkus.test.vertx.UniAsserter
     
    boolean
     
    boolean
    supportsMethod(Class<?> originalTestClass, Method originalTestMethod)
     

    Methods inherited from class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker

    hasAnnotation, hasSupportedAnnotation, invoke, methodParamInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TransactionalUniAsserterTestMethodInvoker

      public TransactionalUniAsserterTestMethodInvoker()
  • Method Details

    • handlesMethodParamType

      public boolean handlesMethodParamType(String paramClassName)
      Specified by:
      handlesMethodParamType in interface io.quarkus.test.TestMethodInvoker
      Overrides:
      handlesMethodParamType in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
    • createUniAsserter

      protected io.quarkus.test.vertx.UniAsserter createUniAsserter()
      Overrides:
      createUniAsserter in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
    • supportsMethod

      public boolean supportsMethod(Class<?> originalTestClass, Method originalTestMethod)
      Specified by:
      supportsMethod in interface io.quarkus.test.TestMethodInvoker
      Overrides:
      supportsMethod in class io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker