Interface ExecutionHook
-
public interface ExecutionHookWraps common algorithms pre-executed before some methods. This is designed to be used by Junit Rules or Testng Listeners.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteMethodHook(Method method, Object on, boolean isTest)Method to be executed before some other methodstatic List<ExecutionHook>getHooks()
-
-
-
Method Detail
-
getHooks
static List<ExecutionHook> getHooks()
-
-