Interface HookTestStep

  • All Superinterfaces:
    TestStep

    @API(status=STABLE)
    public interface HookTestStep
    extends TestStep
    Hooks are invoked before and after each scenario and before and after each gherkin step in a scenario.
    See Also:
    TestCaseStarted, TestCaseFinished
    • Method Detail

      • getHookType

        HookType getHookType()
        Returns the hook hook type.
        Returns:
        the hook type.