Package io.quarkus.test.vertx
Class RunOnVertxContextTestMethodInvoker
- java.lang.Object
-
- io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
-
- All Implemented Interfaces:
TestMethodInvoker
public class RunOnVertxContextTestMethodInvoker extends Object implements TestMethodInvoker
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxBlockingContextHandlerstatic classRunOnVertxContextTestMethodInvoker.RunTestMethodOnVertxEventLoopContextHandler
-
Constructor Summary
Constructors Constructor Description RunOnVertxContextTestMethodInvoker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UniAssertercreateUniAsserter()booleanhandlesMethodParamType(String paramClassName)protected booleanhasAnnotation(Class<? extends Annotation> annotation, Annotation[] annotations)protected booleanhasSupportedAnnotation(Class<?> originalTestClass, Method originalTestMethod)Objectinvoke(Object actualTestInstance, Method actualTestMethod, List<Object> actualTestMethodArgs, String testClassName)ObjectmethodParamInstance(String paramClassName)booleansupportsMethod(Class<?> originalTestClass, Method originalTestMethod)
-
-
-
Method Detail
-
handlesMethodParamType
public boolean handlesMethodParamType(String paramClassName)
- Specified by:
handlesMethodParamTypein interfaceTestMethodInvoker
-
methodParamInstance
public Object methodParamInstance(String paramClassName)
- Specified by:
methodParamInstancein interfaceTestMethodInvoker
-
createUniAsserter
protected UniAsserter createUniAsserter()
-
supportsMethod
public boolean supportsMethod(Class<?> originalTestClass, Method originalTestMethod)
- Specified by:
supportsMethodin interfaceTestMethodInvoker
-
hasSupportedAnnotation
protected boolean hasSupportedAnnotation(Class<?> originalTestClass, Method originalTestMethod)
-
hasAnnotation
protected boolean hasAnnotation(Class<? extends Annotation> annotation, Annotation[] annotations)
-
-