public class ErrorCollectionAssert extends Object
| Constructor and Description |
|---|
ErrorCollectionAssert() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assert1ErrorMessage(ErrorCollection errorCollection,
String expectedErrorMessage)
Asserts that the given ErrorCollection contains only the given error message.
|
static void |
assert1FieldError(ErrorCollection errorCollection,
String fieldName,
String expectedErrorMessage)
Asserts that the given ErrorCollection contains only the given field-specific error.
|
static void |
assertFieldError(ErrorCollection errorCollection,
String fieldName,
String expectedErrorMessage)
Asserts that the given ErrorCollection contains the given field-specific error.
|
static void |
assertNoErrors(ErrorCollection errorCollection)
Asserts that the given ErrorCollection has no errors.
|
public static void assert1ErrorMessage(ErrorCollection errorCollection, String expectedErrorMessage)
errorCollection - ErrorCollection under test.expectedErrorMessage - The expected error message.public static void assert1FieldError(ErrorCollection errorCollection, String fieldName, String expectedErrorMessage)
errorCollection - ErrorCollection under test.fieldName - The field name that we expected the error for.expectedErrorMessage - The expected error message.public static void assertFieldError(ErrorCollection errorCollection, String fieldName, String expectedErrorMessage)
errorCollection - ErrorCollection under test.fieldName - The field name that we expected the error for.expectedErrorMessage - The expected error message.public static void assertNoErrors(ErrorCollection errorCollection)
errorCollection - ErrorCollection under test.Copyright © 2002-2017 Atlassian. All Rights Reserved.