Class ErrorCollectionContainsFieldErrorMatcher
java.lang.Object
org.hamcrest.BaseMatcher<ErrorCollection>
org.hamcrest.TypeSafeDiagnosingMatcher<ErrorCollection>
org.hamcrest.FeatureMatcher<ErrorCollection,Map<String,List<String>>>
com.atlassian.bamboo.matcher.error.ErrorCollectionContainsFieldErrorMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<ErrorCollection>,org.hamcrest.SelfDescribing
public class ErrorCollectionContainsFieldErrorMatcher
extends org.hamcrest.FeatureMatcher<ErrorCollection,Map<String,List<String>>>
-
Constructor Summary
ConstructorsConstructorDescriptionErrorCollectionContainsFieldErrorMatcher(String field, String expectedErrorMessage) ErrorCollectionContainsFieldErrorMatcher(org.hamcrest.Matcher<String> fieldMatcher, org.hamcrest.Matcher<String> errorMessageMatcher) -
Method Summary
Methods inherited from class org.hamcrest.FeatureMatcher
describeTo, matchesSafelyMethods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Constructor Details
-
ErrorCollectionContainsFieldErrorMatcher
-
ErrorCollectionContainsFieldErrorMatcher
-
-
Method Details
-
featureValueOf
- Specified by:
featureValueOfin classorg.hamcrest.FeatureMatcher<ErrorCollection,Map<String, List<String>>>
-