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 TypeMethodDescriptionvoid
GenericMethodWrapper.invoke
(@NotNull ITestRunManagers managers, Object testClassObject, GenericMethodWrapper testMethod, TestClassWrapper testClassWrapper) Run the supplied methodvoid
TestMethodWrapper.invoke
(@NotNull ITestRunManagers managers, Object testClassObject, boolean continueOnTestFailure, TestClassWrapper testClassWrapper) protected void
TestMethodWrapper.runAfterMethods
(ITestRunManagers managers, Object testClassObject, TestClassWrapper testClassWrapper) protected void
TestMethodWrapper.runBeforeMethods
(ITestRunManagers managers, Object testClassObject, TestClassWrapper testClassWrapper) protected void
TestMethodWrapper.runTestMethod
(ITestRunManagers managers, Object testClassObject, TestClassWrapper testClassWrapper, boolean continueOnTestFailure)