Class SimpleReport


  • public class SimpleReport
    extends java.lang.Object
    A simple text report of Selenide actions performed during test run. Class is thread-safe: the same instance of SimpleReport can be reused by different threads simultaneously.
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleReport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clean()  
      void finish​(java.lang.String title)  
      void start()  
      • Methods inherited from class java.lang.Object

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

      • SimpleReport

        public SimpleReport()
    • Method Detail

      • start

        public void start()
      • finish

        public void finish​(java.lang.String title)
      • clean

        public void clean()