Class MessageSeverityMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<org.faktorips.runtime.Message>
-
- org.faktorips.testsupport.matchers.MessageSeverityMatcher
-
- All Implemented Interfaces:
org.hamcrest.Matcher<org.faktorips.runtime.Message>,org.hamcrest.SelfDescribing
public class MessageSeverityMatcher extends org.hamcrest.TypeSafeMatcher<org.faktorips.runtime.Message>Matches aMessageif it'sseverityis the givenSeverity.
-
-
Constructor Summary
Constructors Constructor Description MessageSeverityMatcher(org.faktorips.runtime.Severity severity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescribeTo(org.hamcrest.Description description)protected booleanmatchesSafely(org.faktorips.runtime.Message m)-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-