public class

ErrorCollectionMatchers

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

Class Overview

Matchers for ErrorCollection.

Summary

Public Methods
static Matcher<ErrorCollection> containsFieldError(String field, String errorMessage)
static Matcher<ErrorCollection> containsSystemError(String errorMessage)
static Matcher<ErrorCollection> isEmpty()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

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

public static Matcher<ErrorCollection> containsSystemError (String errorMessage)

public static Matcher<ErrorCollection> isEmpty ()