Skip navigation links
A B C D E F G H M N O P 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

BothFunction - Class in org.mule.munit.assertion.internal.functions
Expression function that returns a Both Matcher
BothFunction() - Constructor for class org.mule.munit.assertion.internal.functions.BothFunction
 
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

call(Object[], BindingContext) - Method in class org.mule.munit.assertion.internal.functions.BothFunction
 
call(Object[], BindingContext) - Method in class org.mule.munit.assertion.internal.functions.EitherFunction
 
call(Object[], BindingContext) - Method in class org.mule.munit.assertion.internal.functions.EqualToFunction
 
call(Object[], BindingContext) - Method in class org.mule.munit.assertion.internal.functions.MatchesFunction
 
call(Object[], BindingContext) - Method in class org.mule.munit.assertion.internal.functions.NotFunction
 
call(Object[], BindingContext) - Method in class org.mule.munit.assertion.internal.functions.NotNullValueFunction
 
call(Object[], BindingContext) - Method in class org.mule.munit.assertion.internal.functions.NullValueFunction
 
call(Object[], BindingContext) - Method in class org.mule.munit.assertion.internal.functions.WithEncodingFunction
 
call(Object[], BindingContext) - Method in class org.mule.munit.assertion.internal.functions.WithMediaTypeFunction
 
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

EitherFunction - Class in org.mule.munit.assertion.internal.functions
Expression function that returns an Either matcher
EitherFunction() - Constructor for class org.mule.munit.assertion.internal.functions.EitherFunction
 
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
 
EqualToFunction - Class in org.mule.munit.assertion.internal.functions
Expression function that returns an EqualTo matcher
EqualToFunction() - Constructor for class org.mule.munit.assertion.internal.functions.EqualToFunction
 
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
 
getName() - Method in class org.mule.munit.assertion.internal.functions.BothFunction
 
getName() - Method in class org.mule.munit.assertion.internal.functions.EitherFunction
 
getName() - Method in class org.mule.munit.assertion.internal.functions.EqualToFunction
 
getName() - Method in class org.mule.munit.assertion.internal.functions.MatchesFunction
 
getName() - Method in class org.mule.munit.assertion.internal.functions.NotFunction
 
getName() - Method in class org.mule.munit.assertion.internal.functions.NotNullValueFunction
 
getName() - Method in class org.mule.munit.assertion.internal.functions.NullValueFunction
 
getName() - Method in class org.mule.munit.assertion.internal.functions.WithEncodingFunction
 
getName() - Method in class org.mule.munit.assertion.internal.functions.WithMediaTypeFunction
 
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
 
MatchesFunction - Class in org.mule.munit.assertion.internal.functions
Expression function that returns an Not matcher
MatchesFunction() - Constructor for class org.mule.munit.assertion.internal.functions.MatchesFunction
 
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

NotFunction - Class in org.mule.munit.assertion.internal.functions
Expression function that returns an Not matcher
NotFunction() - Constructor for class org.mule.munit.assertion.internal.functions.NotFunction
 
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
 
NotNullValueFunction - Class in org.mule.munit.assertion.internal.functions
Expression function that returns an NotNullValue matcher
NotNullValueFunction() - Constructor for class org.mule.munit.assertion.internal.functions.NotNullValueFunction
 
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
 
NullValueFunction - Class in org.mule.munit.assertion.internal.functions
Expression function that returns an NullValue matcher
NullValueFunction() - Constructor for class org.mule.munit.assertion.internal.functions.NullValueFunction
 
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.functions - package org.mule.munit.assertion.internal.functions
 
org.mule.munit.assertion.internal.matchers - package org.mule.munit.assertion.internal.matchers
 

P

parameters() - Method in class org.mule.munit.assertion.internal.functions.BothFunction
 
parameters() - Method in class org.mule.munit.assertion.internal.functions.EitherFunction
 
parameters() - Method in class org.mule.munit.assertion.internal.functions.EqualToFunction
 
parameters() - Method in class org.mule.munit.assertion.internal.functions.MatchesFunction
 
parameters() - Method in class org.mule.munit.assertion.internal.functions.NotFunction
 
parameters() - Method in class org.mule.munit.assertion.internal.functions.NotNullValueFunction
 
parameters() - Method in class org.mule.munit.assertion.internal.functions.NullValueFunction
 
parameters() - Method in class org.mule.munit.assertion.internal.functions.WithEncodingFunction
 
parameters() - Method in class org.mule.munit.assertion.internal.functions.WithMediaTypeFunction
 

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

WithEncodingFunction - Class in org.mule.munit.assertion.internal.functions
Expression function that returns an WithEncoding matcher
WithEncodingFunction() - Constructor for class org.mule.munit.assertion.internal.functions.WithEncodingFunction
 
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
 
WithMediaTypeFunction - Class in org.mule.munit.assertion.internal.functions
Expression function that returns an WithMediaType matcher
WithMediaTypeFunction() - Constructor for class org.mule.munit.assertion.internal.functions.WithMediaTypeFunction
 
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 P R T V W 
Skip navigation links

Copyright © 2017. All rights reserved.