public class HamcrestFactory extends Object
Factory that has the ability to create a Hamcrest Matcher based on a MUnit one
| Constructor and Description |
|---|
HamcrestFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<org.mule.runtime.api.metadata.TypedValue> |
create(Matcher munitMatcher)
Creates the proper Hamcrest matcher for an MUnit matcher
|
public static org.hamcrest.Matcher<org.mule.runtime.api.metadata.TypedValue> create(Matcher munitMatcher)
munitMatcher - MUnit matcher that represents an assertion logicCopyright © 2019. All rights reserved.