Class TextReport

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class TextReport
    extends org.junit.rules.TestWatcher
    Since:
    Selenide 2.25
    • Constructor Summary

      Constructors 
      Constructor Description
      TextReport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void failed​(java.lang.Throwable e, org.junit.runner.Description description)  
      protected void finished​(org.junit.runner.Description description)  
      TextReport onFailedTest​(boolean onFailedTest)  
      TextReport onSucceededTest​(boolean onSucceededTest)  
      protected void starting​(org.junit.runner.Description description)  
      protected void succeeded​(org.junit.runner.Description description)  
      • Methods inherited from class org.junit.rules.TestWatcher

        apply, skipped, skipped
      • Methods inherited from class java.lang.Object

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

      • TextReport

        public TextReport()
    • Method Detail

      • onFailedTest

        public TextReport onFailedTest​(boolean onFailedTest)
      • onSucceededTest

        public TextReport onSucceededTest​(boolean onSucceededTest)
      • starting

        protected void starting​(org.junit.runner.Description description)
        Overrides:
        starting in class org.junit.rules.TestWatcher
      • succeeded

        protected void succeeded​(org.junit.runner.Description description)
        Overrides:
        succeeded in class org.junit.rules.TestWatcher
      • failed

        protected void failed​(java.lang.Throwable e,
                              org.junit.runner.Description description)
        Overrides:
        failed in class org.junit.rules.TestWatcher
      • finished

        protected void finished​(org.junit.runner.Description description)
        Overrides:
        finished in class org.junit.rules.TestWatcher