Class ErrorCollectionMatchers

java.lang.Object
com.atlassian.jira.matchers.ErrorCollectionMatchers

public class ErrorCollectionMatchers extends Object
Matchers for ErrorCollection.
Since:
v6.3
  • Method Details

    • isEmpty

      public static org.hamcrest.Matcher<ErrorCollection> isEmpty()
    • containsSystemError

      public static org.hamcrest.Matcher<ErrorCollection> containsSystemError(String errorMessage)
    • containsFieldError

      public static org.hamcrest.Matcher<ErrorCollection> containsFieldError(String field, String errorMessage)