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 GenericMethodWrapperModifier and TypeMethodDescriptionGenericMethodWrapper.createCopyGenericMethodWrapper()This method creates a copy of this GenericMethodWrapper which is used when creating the wrapper for a @Test method.Methods in dev.galasa.framework with parameters of type GenericMethodWrapperModifier and TypeMethodDescriptionvoidGenericMethodWrapper.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 voidTestClassWrapper.runGenericMethods(@NotNull ITestRunManagers managers, ArrayList<GenericMethodWrapper> genericMethods) Run generic methods.Constructor parameters in dev.galasa.framework with type arguments of type GenericMethodWrapperModifierConstructorDescriptionprotectedTestMethodWrapper(Method testMethod, Class<?> testClass, ArrayList<GenericMethodWrapper> beforeMethods, ArrayList<GenericMethodWrapper> afterMethods)