Class ReportedErrorMessages

java.lang.Object
net.serenitybdd.screenplay.matchers.ReportedErrorMessages

public class ReportedErrorMessages
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ReportedErrorMessages()  
  • Method Summary

    Modifier and Type Method Description
    static <E> org.hamcrest.Matcher<java.lang.Iterable<? extends E>> reportsErrors​(E expected)  

    Methods inherited from class java.lang.Object

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

    • ReportedErrorMessages

      public ReportedErrorMessages()
  • Method Details

    • reportsErrors

      public static <E> org.hamcrest.Matcher<java.lang.Iterable<? extends E>> reportsErrors​(E expected)