Class FailureMessages

All Implemented Interfaces:
Iterable<String>, Collection<String>, List<String>

@PublicAPI(usage=ACCESS) public class FailureMessages extends ForwardingList<String>
  • Method Details

    • getInformationAboutNumberOfViolations

      @PublicAPI(usage=ACCESS) public String getInformationAboutNumberOfViolations()
      Returns:
      Textual information about the number of failures. By default will be 'x times' where 'x' is the number of messages contained (assuming one line is one violation).
    • delegate

      protected List<String> delegate()
      Specified by:
      delegate in class ForwardingList<String>