Class EmptyMessageListMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<org.faktorips.runtime.MessageList>
-
- org.faktorips.testsupport.matchers.EmptyMessageListMatcher
-
- All Implemented Interfaces:
org.hamcrest.Matcher<org.faktorips.runtime.MessageList>,org.hamcrest.SelfDescribing
public class EmptyMessageListMatcher extends org.hamcrest.TypeSafeMatcher<org.faktorips.runtime.MessageList>Matches aMessageListif itis empty.
-
-
Constructor Summary
Constructors Constructor Description EmptyMessageListMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescribeTo(org.hamcrest.Description description)protected booleanmatchesSafely(org.faktorips.runtime.MessageList ml)-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-