Uses of Class
dev.galasa.framework.TestClassWrapper
Packages that use TestClassWrapper
- 
Uses of TestClassWrapper in dev.galasa.framework
Methods in dev.galasa.framework with parameters of type TestClassWrapperModifier and TypeMethodDescriptionvoidGenericMethodWrapper.invoke(@NotNull ITestRunManagers managers, Object testClassObject, GenericMethodWrapper testMethod, TestClassWrapper testClassWrapper) Run the supplied methodvoidTestMethodWrapper.invoke(@NotNull ITestRunManagers managers, Object testClassObject, boolean continueOnTestFailure, TestClassWrapper testClassWrapper) protected voidTestMethodWrapper.runAfterMethods(ITestRunManagers managers, Object testClassObject, TestClassWrapper testClassWrapper) protected voidTestMethodWrapper.runBeforeMethods(ITestRunManagers managers, Object testClassObject, TestClassWrapper testClassWrapper) protected voidTestMethodWrapper.runTestMethod(ITestRunManagers managers, Object testClassObject, TestClassWrapper testClassWrapper, boolean continueOnTestFailure)