Package io.quarkus.test.vertx
Class RunOnVertxContextTestMethodInvoker
java.lang.Object
io.quarkus.test.vertx.RunOnVertxContextTestMethodInvoker
- All Implemented Interfaces:
TestMethodInvoker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UniAsserterbooleanhandlesMethodParamType(String paramClassName) protected booleanhasAnnotation(Class<? extends Annotation> annotation, Annotation[] annotations) protected booleanhasSupportedAnnotation(Class<?> originalTestClass, Method originalTestMethod) invoke(Object actualTestInstance, Method actualTestMethod, List<Object> actualTestMethodArgs, String testClassName) methodParamInstance(String paramClassName) booleansupportsMethod(Class<?> originalTestClass, Method originalTestMethod)
-
Constructor Details
-
RunOnVertxContextTestMethodInvoker
public RunOnVertxContextTestMethodInvoker()
-
-
Method Details
-
handlesMethodParamType
- Specified by:
handlesMethodParamTypein interfaceTestMethodInvoker
-
methodParamInstance
- Specified by:
methodParamInstancein interfaceTestMethodInvoker
-
createUniAsserter
-
supportsMethod
- Specified by:
supportsMethodin interfaceTestMethodInvoker
-
hasSupportedAnnotation
-
hasAnnotation
-
invoke
public Object invoke(Object actualTestInstance, Method actualTestMethod, List<Object> actualTestMethodArgs, String testClassName) throws Throwable - Specified by:
invokein interfaceTestMethodInvoker- Throws:
Throwable
-