Class RunOnVertxContextTestMethodInvoker

java.lang.Object
io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
All Implemented Interfaces:
io.quarkus.test.TestMethodInvoker

public class RunOnVertxContextTestMethodInvoker extends Object implements io.quarkus.test.TestMethodInvoker
  • Constructor Details

    • RunOnVertxContextTestMethodInvoker

      public RunOnVertxContextTestMethodInvoker()
  • Method Details

    • handlesMethodParamType

      public boolean handlesMethodParamType(String paramClassName)
      Specified by:
      handlesMethodParamType in interface io.quarkus.test.TestMethodInvoker
    • methodParamInstance

      public Object methodParamInstance(String paramClassName)
      Specified by:
      methodParamInstance in interface io.quarkus.test.TestMethodInvoker
    • createUniAsserter

      protected UniAsserter createUniAsserter()
    • supportsMethod

      public boolean supportsMethod(Class<?> originalTestClass, Method originalTestMethod)
      Specified by:
      supportsMethod in interface io.quarkus.test.TestMethodInvoker
    • hasSupportedAnnotation

      protected boolean hasSupportedAnnotation(Class<?> originalTestClass, Method originalTestMethod)
    • hasAnnotation

      protected boolean hasAnnotation(Class<? extends Annotation> annotation, Annotation[] annotations)
    • invoke

      public Object invoke(Object actualTestInstance, Method actualTestMethod, List<Object> actualTestMethodArgs, String testClassName) throws Throwable
      Specified by:
      invoke in interface io.quarkus.test.TestMethodInvoker
      Throws:
      Throwable