public class ErrorCollectionMatchers extends Object
ErrorCollection
.Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<ErrorCollection> |
containsFieldError(String field,
String errorMessage) |
static org.hamcrest.Matcher<ErrorCollection> |
containsSystemError(String errorMessage) |
static org.hamcrest.Matcher<ErrorCollection> |
isEmpty() |
public static org.hamcrest.Matcher<ErrorCollection> isEmpty()
public static org.hamcrest.Matcher<ErrorCollection> containsSystemError(String errorMessage)
public static org.hamcrest.Matcher<ErrorCollection> containsFieldError(String field, String errorMessage)
Copyright © 2002-2022 Atlassian. All Rights Reserved.