Interface ExecutionHook
-
public interface ExecutionHook
Wraps 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 void
executeMethodHook(Method method, Object on, boolean isTest)
Method to be executed before some other methodstatic List<ExecutionHook>
getHooks()
-
-
-
Method Detail
-
getHooks
static List<ExecutionHook> getHooks()
-
-