Uses of Class
dev.galasa.framework.GenericMethodWrapper
Packages that use GenericMethodWrapper
-
Uses of GenericMethodWrapper in dev.galasa.framework
Methods in dev.galasa.framework that return GenericMethodWrapperMethods in dev.galasa.framework with parameters of type GenericMethodWrapperModifier and TypeMethodDescriptionvoid
GenericMethodWrapper.invoke
(@NotNull ITestRunManagers managers, Object testClassObject, GenericMethodWrapper testMethod, TestClassWrapper testClassWrapper) Run the supplied methodMethod parameters in dev.galasa.framework with type arguments of type GenericMethodWrapperModifier and TypeMethodDescriptionprotected void
TestClassWrapper.runGenericMethods
(@NotNull ITestRunManagers managers, ArrayList<GenericMethodWrapper> genericMethods) Run generic methods.Constructor parameters in dev.galasa.framework with type arguments of type GenericMethodWrapperModifierConstructorDescriptionprotected
TestMethodWrapper
(Method testMethod, Class<?> testClass, ArrayList<GenericMethodWrapper> beforeMethods, ArrayList<GenericMethodWrapper> afterMethods)