Package com.atlassian.jira.matchers
Class ErrorCollectionMatchers
java.lang.Object
com.atlassian.jira.matchers.ErrorCollectionMatchers
Matchers for
ErrorCollection.- Since:
- v6.3
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<ErrorCollection> containsFieldError(String field, String errorMessage) static org.hamcrest.Matcher<ErrorCollection> containsSystemError(String errorMessage) static org.hamcrest.Matcher<ErrorCollection> isEmpty()
-
Method Details
-
isEmpty
-
containsSystemError
-
containsFieldError
public static org.hamcrest.Matcher<ErrorCollection> containsFieldError(String field, String errorMessage)
-