Class FailureReport

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String message)  
      java.util.List<java.lang.String> getDetails()  
      boolean isEmpty()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • add

        public void add​(java.lang.String message)
        Specified by:
        add in interface CollectsLines
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object