Class BasicHook


  • public class BasicHook
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicHook()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterScenario​(io.cucumber.core.api.Scenario scenario)  
      void beforeScenario​(io.cucumber.core.api.Scenario scenario)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BasicHook

        public BasicHook()
    • Method Detail

      • beforeScenario

        public void beforeScenario​(io.cucumber.core.api.Scenario scenario)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • afterScenario

        public void afterScenario​(io.cucumber.core.api.Scenario scenario)
                           throws java.lang.IllegalAccessException,
                                  java.lang.NoSuchFieldException
        Throws:
        java.lang.IllegalAccessException
        java.lang.NoSuchFieldException