Package org.axonframework.test.matchers
Class MapEntryMatcher
Matcher that will match an Object if that object is a
Map of which all
keys-values pairs are equal to pairs of the expected instance.- Since:
- 3.3
- Author:
- bliessens
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(Map<String, Object> actualMap) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString