| Package | Description |
|---|---|
| org.mule.munit.assertion.api.matchers.core | |
| org.mule.munit.assertion.api.matchers.string | |
| org.mule.munit.assertion.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
BothMatcher
Matcher that is successful if both matchers are successful
|
class |
EitherMatcher
Matcher that is successful if at least one of the matchers is successful
|
class |
EqualToMatcher
Matcher that checks if an expression is equal to a value
|
class |
NotMatcher
Matcher that checks if another matchers is not successful
|
class |
NotNullValueMatcher
Matcher that checks if an expression is not null
|
class |
NullValueMatcher
Matcher that checks if an expression is null
|
class |
WithEncodingMatcher
Matcher that checks if an expression has a given encoding
|
class |
WithMediaTypeMatcher
Matcher that checks if an expression has a given media type
|
| Modifier and Type | Method and Description |
|---|---|
Matcher |
BothMatcher.getFirst() |
Matcher |
EitherMatcher.getFirst() |
Matcher |
NotMatcher.getMatcher() |
Matcher |
BothMatcher.getSecond() |
Matcher |
EitherMatcher.getSecond() |
| Constructor and Description |
|---|
BothMatcher(Matcher first,
Matcher second) |
EitherMatcher(Matcher first,
Matcher second) |
NotMatcher(Matcher matcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
MatchRegexMatcher
Matcher that is successful if a string matches a regular expression
|
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<org.mule.runtime.api.metadata.TypedValue> |
HamcrestFactory.create(Matcher munitMatcher)
Creates the proper Hamcrest matcher for an MUnit matcher
|
Copyright © 2017. All rights reserved.