Package dev.galasa.framework
Class TestMethodWrapper
java.lang.Object
dev.galasa.framework.TestMethodWrapper
-
Constructor Summary
ModifierConstructorDescriptionprotected
TestMethodWrapper
(Method testMethod, Class<?> testClass, ArrayList<GenericMethodWrapper> beforeMethods, ArrayList<GenericMethodWrapper> afterMethods) -
Method Summary
Modifier and TypeMethodDescriptionboolean
fullStop()
getName()
void
invoke
(@NotNull ITestRunManagers managers, Object testClassObject, boolean continueOnTestFailure)
-
Constructor Details
-
TestMethodWrapper
protected TestMethodWrapper(Method testMethod, Class<?> testClass, ArrayList<GenericMethodWrapper> beforeMethods, ArrayList<GenericMethodWrapper> afterMethods)
-
-
Method Details
-
invoke
public void invoke(@NotNull @NotNull ITestRunManagers managers, Object testClassObject, boolean continueOnTestFailure) throws TestRunException - Throws:
TestRunException
-
fullStop
public boolean fullStop() -
getResult
-
getName
-
getStructure
-