Interface TestFailureListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onFailure​(org.junit.jupiter.api.extension.ExtensionContext context, org.openqa.selenium.WebDriver driver, java.lang.Throwable throwable)  
    • Method Detail

      • onFailure

        void onFailure​(org.junit.jupiter.api.extension.ExtensionContext context,
                       org.openqa.selenium.WebDriver driver,
                       java.lang.Throwable throwable)
                throws java.lang.Throwable
        Throws:
        java.lang.Throwable