- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<org.mule.runtime.api.message.Message>
-
- org.mule.functional.junit4.matchers.IsMessageWithAttributes<T>
-
- All Implemented Interfaces:
- org.hamcrest.Matcher<org.mule.runtime.api.message.Message>, org.hamcrest.SelfDescribing
public class IsMessageWithAttributes<T>
extends org.hamcrest.TypeSafeMatcher<org.mule.runtime.api.message.Message>
Verifies a Message's attributes, using a specific Attributes matcher.
- Since:
- 4.0
-
-
Method Summary
-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matches
-
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.