Uses of Class
dev.galasa.framework.GenericMethodWrapper
Packages that use GenericMethodWrapper
-
Uses of GenericMethodWrapper in dev.galasa.framework
Methods in dev.galasa.framework with parameters of type GenericMethodWrapperModifier and TypeMethodDescriptionvoid
GenericMethodWrapper.invoke
(@NotNull ITestRunManagers managers, Object testClassObject, GenericMethodWrapper testMethod) Run the supplied methodConstructor parameters in dev.galasa.framework with type arguments of type GenericMethodWrapperModifierConstructorDescriptionprotected
TestMethodWrapper
(Method testMethod, Class<?> testClass, ArrayList<GenericMethodWrapper> beforeMethods, ArrayList<GenericMethodWrapper> afterMethods)