Skip navigation links
A B C D E F G H M N O R T V W 

A

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 .

B

BothMatcher - Class in org.mule.munit.assertion.api.matchers.core
Matcher that is successful if both matchers are successful
BothMatcher(Matcher, Matcher) - Constructor for class org.mule.munit.assertion.api.matchers.core.BothMatcher
 

C

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.EncodingMatcher
 
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.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
 
doMatch(TypedValue) - Method in class org.mule.munit.assertion.internal.matchers.EncodingMatcher
 
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

EitherMatcher - Class in org.mule.munit.assertion.api.matchers.core
Matcher that is successful if at least one of the matchers is successful
EitherMatcher(Matcher, Matcher) - Constructor for class org.mule.munit.assertion.api.matchers.core.EitherMatcher
 
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
 
EqualToMatcher - Class in org.mule.munit.assertion.api.matchers.core
Matcher that checks if an expression is equal to a value
EqualToMatcher(Object) - Constructor for class org.mule.munit.assertion.api.matchers.core.EqualToMatcher
 
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

getCharset() - Method in class org.mule.munit.assertion.api.matchers.core.WithEncodingMatcher
 
getCharset() - Method in class org.mule.munit.assertion.api.TypedValue
 
getFirst() - Method in class org.mule.munit.assertion.api.matchers.core.BothMatcher
 
getFirst() - Method in class org.mule.munit.assertion.api.matchers.core.EitherMatcher
 
getMatcher() - Method in class org.mule.munit.assertion.api.matchers.core.NotMatcher
 
getMediaType() - Method in class org.mule.munit.assertion.api.matchers.core.WithMediaTypeMatcher
 
getMediaType() - Method in class org.mule.munit.assertion.api.TypedValue
 
getRegex() - Method in class org.mule.munit.assertion.api.matchers.string.MatchRegexMatcher
 
getSecond() - Method in class org.mule.munit.assertion.api.matchers.core.BothMatcher
 
getSecond() - Method in class org.mule.munit.assertion.api.matchers.core.EitherMatcher
 
getValue() - Method in class org.mule.munit.assertion.api.matchers.core.EqualToMatcher
 
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
 

M

Matcher - Interface in org.mule.munit.assertion.api.matchers
Matcher used in the assert-that operation.
matches(Object) - Method in class org.mule.munit.assertion.internal.matchers.TypedValueMatcher
 
matchesSafely(String) - Method in class org.mule.munit.assertion.internal.matchers.RegexMatcher
 
MatchRegexMatcher - Class in org.mule.munit.assertion.api.matchers.string
Matcher that is successful if a string matches a regular expression
MatchRegexMatcher(String) - Constructor for class org.mule.munit.assertion.api.matchers.string.MatchRegexMatcher
 
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

N

NotMatcher - Class in org.mule.munit.assertion.api.matchers.core
Matcher that checks if another matchers is not successful
NotMatcher(Matcher) - Constructor for class org.mule.munit.assertion.api.matchers.core.NotMatcher
 
NotNullValueMatcher - Class in org.mule.munit.assertion.api.matchers.core
Matcher that checks if an expression is not null
NotNullValueMatcher() - Constructor for class org.mule.munit.assertion.api.matchers.core.NotNullValueMatcher
 
NullValueMatcher - Class in org.mule.munit.assertion.api.matchers.core
Matcher that checks if an expression is null
NullValueMatcher() - Constructor for class org.mule.munit.assertion.api.matchers.core.NullValueMatcher
 

O

org.mule.munit.assertion.api - package org.mule.munit.assertion.api
 
org.mule.munit.assertion.api.matchers - package org.mule.munit.assertion.api.matchers
 
org.mule.munit.assertion.api.matchers.core - package org.mule.munit.assertion.api.matchers.core
 
org.mule.munit.assertion.api.matchers.string - package org.mule.munit.assertion.api.matchers.string
 
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
 

T

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
 

W

WithEncodingMatcher - Class in org.mule.munit.assertion.api.matchers.core
Matcher that checks if an expression has a given encoding
WithEncodingMatcher(Charset) - Constructor for class org.mule.munit.assertion.api.matchers.core.WithEncodingMatcher
 
WithMediaTypeMatcher - Class in org.mule.munit.assertion.api.matchers.core
Matcher that checks if an expression has a given media type
WithMediaTypeMatcher(MediaType) - Constructor for class org.mule.munit.assertion.api.matchers.core.WithMediaTypeMatcher
 
A B C D E F G H M N O R T V W 
Skip navigation links

Copyright © 2017. All rights reserved.