JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
G
H
I
M
O
R
S
T
V
A
assertMatcherResult(MatcherResult, String)
- Method in class org.mule.munit.assertion.internal.
AssertModule
Asserts the results of a matcher expression
AssertModule
- Class in
org.mule.munit.assertion.internal
Module to assert payload's results
AssertModule()
- Constructor for class org.mule.munit.assertion.internal.
AssertModule
assertThat(String, TypedValue, Matcher)
- Method in class org.mule.munit.assertion.internal.
AssertModule
Assert that expression matches a condition .
assertThat(String, Object, Matcher)
- Method in class org.mule.munit.assertion.internal.
AssertModule
Assert that an expression value matches a condition .
C
CallbackMatcher
- Class in
org.mule.munit.assertion.internal.matchers
Hamcrest matcher that uses DW callbacks to perform validations
CallbackMatcher(Function<List<Object>, Diff>)
- Constructor for class org.mule.munit.assertion.internal.matchers.
CallbackMatcher
create(Matcher)
- Static method in class org.mule.munit.assertion.internal.
HamcrestFactory
Creates the proper Hamcrest matcher for an MUnit matcher
D
describeMismatch(Object, Description)
- Method in class org.mule.munit.assertion.internal.matchers.
CallbackMatcher
describeMismatch(Object, Description)
- Method in class org.mule.munit.assertion.internal.matchers.
EncodingMatcher
describeMismatch(Object, Description)
- Method in class org.mule.munit.assertion.internal.matchers.
IterableMatcher
describeMismatch(Object, Description)
- Method in class org.mule.munit.assertion.internal.matchers.
MediaTypeMatcher
describeMismatch(Object, Description)
- Method in class org.mule.munit.assertion.internal.matchers.
ValueMatcher
describeTo(Description)
- Method in class org.mule.munit.assertion.internal.matchers.
CallbackMatcher
describeTo(Description)
- Method in class org.mule.munit.assertion.internal.matchers.
EncodingMatcher
describeTo(Description)
- Method in class org.mule.munit.assertion.internal.matchers.
MediaTypeMatcher
describeTo(Description)
- Method in class org.mule.munit.assertion.internal.matchers.
RegexMatcher
describeTo(Description)
- Method in class org.mule.munit.assertion.internal.matchers.
ValueMatcher
Description()
- Constructor for class org.mule.munit.assertion.api.expression.
MatcherResult.Description
Diff
- Class in
org.mule.munit.assertion.api.matchers
Model to represent result of a DW comparison
Diff()
- Constructor for class org.mule.munit.assertion.api.matchers.
Diff
Diff(Boolean, List<Diff.Difference>)
- Constructor for class org.mule.munit.assertion.api.matchers.
Diff
Diff.Difference
- Class in
org.mule.munit.assertion.api.matchers
Model representing a comparison
Difference()
- Constructor for class org.mule.munit.assertion.api.matchers.
Diff.Difference
doMatch(TypedValue)
- Method in class org.mule.munit.assertion.internal.matchers.
CallbackMatcher
doMatch(TypedValue)
- Method in class org.mule.munit.assertion.internal.matchers.
EncodingMatcher
doMatch(TypedValue)
- Method in class org.mule.munit.assertion.internal.matchers.
IterableMatcher
doMatch(TypedValue)
- Method in class org.mule.munit.assertion.internal.matchers.
MediaTypeMatcher
doMatch(TypedValue)
- Method in class org.mule.munit.assertion.internal.matchers.
TypedValueMatcher
doMatch(TypedValue)
- Method in class org.mule.munit.assertion.internal.matchers.
ValueMatcher
E
EncodingMatcher
- Class in
org.mule.munit.assertion.internal.matchers
A TypedValueMatcher that uses a hamcrest matchers to perform an assertion over the encoding of a typed value
EncodingMatcher(Matcher)
- Constructor for class org.mule.munit.assertion.internal.matchers.
EncodingMatcher
equals(Object)
- Method in class org.mule.munit.assertion.api.
TypedValue
execute(TypedValue, Object)
- Method in interface org.mule.munit.assertion.api.
MunitAssertion
Method that asserts a mule event
F
fromMuleTypedValue(TypedValue)
- Static method in class org.mule.munit.assertion.api.
TypedValue
G
getActual()
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult.Description
getActual()
- Method in class org.mule.munit.assertion.api.matchers.
Diff.Difference
getActualWithLocation()
- Method in class org.mule.munit.assertion.api.matchers.
Diff.Difference
getCharset()
- Method in class org.mule.munit.assertion.api.
TypedValue
getDescription()
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult
getDiffs()
- Method in class org.mule.munit.assertion.api.matchers.
Diff
getExpected()
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult.Description
getExpected()
- Method in class org.mule.munit.assertion.api.matchers.
Diff.Difference
getExpected()
- Method in class org.mule.munit.assertion.api.matchers.
Matcher
getMatches()
- Method in class org.mule.munit.assertion.api.matchers.
Diff
getMediaType()
- Method in class org.mule.munit.assertion.api.
TypedValue
getPath()
- Method in class org.mule.munit.assertion.api.matchers.
Diff.Difference
getReasons()
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult
getType()
- Method in class org.mule.munit.assertion.api.matchers.
Matcher
getValue()
- Method in class org.mule.munit.assertion.api.
TypedValue
H
HamcrestFactory
- Class in
org.mule.munit.assertion.internal
Factory that has the ability to create a Hamcrest Matcher based on a MUnit one
HamcrestFactory()
- Constructor for class org.mule.munit.assertion.internal.
HamcrestFactory
hashCode()
- Method in class org.mule.munit.assertion.api.
TypedValue
I
isMatches()
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult
IterableMatcher
- Class in
org.mule.munit.assertion.internal.matchers
A ValueMatcher used only for collections matchers
IterableMatcher(Matcher<? extends Iterable<?>>)
- Constructor for class org.mule.munit.assertion.internal.matchers.
IterableMatcher
M
Matcher
- Class in
org.mule.munit.assertion.api.matchers
Matcher used in the assert-that operation.
Matcher()
- Constructor for class org.mule.munit.assertion.api.matchers.
Matcher
MatcherResult
- Class in
org.mule.munit.assertion.api.expression
Class that represents the result of a comparison
MatcherResult()
- Constructor for class org.mule.munit.assertion.api.expression.
MatcherResult
MatcherResult.Description
- Class in
org.mule.munit.assertion.api.expression
Description of a failed comparison
matches(Object)
- Method in class org.mule.munit.assertion.internal.matchers.
TypedValueMatcher
matchesSafely(String)
- Method in class org.mule.munit.assertion.internal.matchers.
RegexMatcher
MediaTypeMatcher
- Class in
org.mule.munit.assertion.internal.matchers
A TypedValueMatcher that uses a media type compare to another media type of a typed value
MediaTypeMatcher(MediaType)
- Constructor for class org.mule.munit.assertion.internal.matchers.
MediaTypeMatcher
MunitAssertion
- Interface in
org.mule.munit.assertion.api
Interface that all the custom assertions must implement
O
org.mule.munit.assertion.api
- package org.mule.munit.assertion.api
org.mule.munit.assertion.api.expression
- package org.mule.munit.assertion.api.expression
org.mule.munit.assertion.api.matchers
- package org.mule.munit.assertion.api.matchers
org.mule.munit.assertion.internal
- package org.mule.munit.assertion.internal
org.mule.munit.assertion.internal.matchers
- package org.mule.munit.assertion.internal.matchers
R
RegexMatcher
- Class in
org.mule.munit.assertion.internal.matchers
A Hamcrest
Matcher
that checks if a String matches a regular expression
RegexMatcher(String)
- Constructor for class org.mule.munit.assertion.internal.matchers.
RegexMatcher
S
setActual(String)
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult.Description
setActual(String)
- Method in class org.mule.munit.assertion.api.matchers.
Diff.Difference
setDescription(MatcherResult.Description)
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult
setDiffs(List<Diff.Difference>)
- Method in class org.mule.munit.assertion.api.matchers.
Diff
setExpected(String)
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult.Description
setExpected(String)
- Method in class org.mule.munit.assertion.api.matchers.
Diff.Difference
setExpected(Object[])
- Method in class org.mule.munit.assertion.api.matchers.
Matcher
setMatches(boolean)
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult
setMatches(Boolean)
- Method in class org.mule.munit.assertion.api.matchers.
Diff
setPath(String)
- Method in class org.mule.munit.assertion.api.matchers.
Diff.Difference
setReasons(List<String>)
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult
setType(String)
- Method in class org.mule.munit.assertion.api.matchers.
Matcher
T
toPlainValueMatcher()
- Method in class org.mule.munit.assertion.internal.matchers.
CallbackMatcher
toPlainValueMatcher()
- Method in class org.mule.munit.assertion.internal.matchers.
EncodingMatcher
toPlainValueMatcher()
- Method in class org.mule.munit.assertion.internal.matchers.
MediaTypeMatcher
toPlainValueMatcher()
- Method in class org.mule.munit.assertion.internal.matchers.
TypedValueMatcher
Returns the same matcher but for any object instead of just
TypedValue
toPlainValueMatcher()
- Method in class org.mule.munit.assertion.internal.matchers.
ValueMatcher
toString()
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult.Description
toString()
- Method in class org.mule.munit.assertion.api.expression.
MatcherResult
toString()
- Method in class org.mule.munit.assertion.api.matchers.
Diff
TypedValue
- Class in
org.mule.munit.assertion.api
Typed Value model to avoid exposing the user the mule api TypedValue
TypedValue(Object, String, Charset)
- Constructor for class org.mule.munit.assertion.api.
TypedValue
TypedValueMatcher
- Class in
org.mule.munit.assertion.internal.matchers
A Hamcrest matchers to perform assertions for typed values
TypedValueMatcher()
- Constructor for class org.mule.munit.assertion.internal.matchers.
TypedValueMatcher
V
ValueMatcher
- Class in
org.mule.munit.assertion.internal.matchers
A TypedValueMatcher that uses a hamcrest matchers to perform an assertion over the value of a typed value
ValueMatcher(Matcher)
- Constructor for class org.mule.munit.assertion.internal.matchers.
ValueMatcher
A
C
D
E
F
G
H
I
M
O
R
S
T
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All rights reserved.