Dependencies
Declarations
-
org
-
hamcrest
-
BaseDescription
-
appendText(String): Description
-
appendDescriptionOf(SelfDescribing): Description
-
appendValue(Object): Description
-
descriptionOf(Object): String
-
appendValueList(String, String, String, Object[]): Description
-
appendValueList(String, String, String, Iterable<Object>): Description
-
appendValueList(String, String, String, Iterator<Object>): Description
-
appendList(String, String, String, Iterable<SelfDescribing>): Description
-
appendList(String, String, String, Iterator<SelfDescribing>): Description
-
append(String): void
-
append(char): void
-
toJavaSyntax(String): void
-
toJavaSyntax(char): void
-
BaseMatcher
-
Condition
-
CoreMatchers
-
anything(): Matcher<Object>
-
allOf(Iterable<Matcher<Object>>): Matcher<Object>
-
allOf(Matcher[]): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
anyOf(Iterable<Matcher<Object>>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher[]): AnyOf<Object>
-
both(Matcher<Object>): CombinableBothMatcher<Object>
-
either(Matcher<Object>): CombinableEitherMatcher<Object>
-
describedAs(String, Matcher<Object>, Object[]): Matcher<Object>
-
everyItem(Matcher<Object>): Matcher<Iterable<Object>>
-
is(Object): Matcher<Object>
-
is(Matcher<Object>): Matcher<Object>
-
is(Class<Object>): Matcher<Object>
-
isA(Class<Object>): Matcher<Object>
-
anything(String): Matcher<Object>
-
hasItem(Object): Matcher<Iterable<Object>>
-
hasItem(Matcher<Object>): Matcher<Iterable<Object>>
-
hasItems(Object[]): Matcher<Iterable<Object>>
-
hasItems(Matcher[]): Matcher<Iterable<Object>>
-
equalTo(Object): Matcher<Object>
-
any(Class<Object>): Matcher<Object>
-
instanceOf(Class<Object>): Matcher<Object>
-
not(Matcher<Object>): Matcher<Object>
-
not(Object): Matcher<Object>
-
nullValue(): Matcher<Object>
-
nullValue(Class<Object>): Matcher<Object>
-
notNullValue(): Matcher<Object>
-
notNullValue(Class<Object>): Matcher<Object>
-
sameInstance(Object): Matcher<Object>
-
theInstance(Object): Matcher<Object>
-
containsString(String): Matcher<String>
-
startsWith(String): Matcher<String>
-
endsWith(String): Matcher<String>
-
CustomMatcher
-
CustomTypeSafeMatcher
-
Description
-
DiagnosingMatcher
-
EasyMock2Matchers
-
Factory
-
FeatureMatcher
-
JMock1Matchers
-
JavaLangMatcherAssert
-
Matcher
-
MatcherAssert
-
Matchers
-
allOf(Iterable<Matcher<Object>>): Matcher<Object>
-
allOf(Matcher[]): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
anyOf(Iterable<Matcher<Object>>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
hasItemInArray(Object): Matcher<Object[]>
-
anyOf(Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher[]): AnyOf<Object>
-
both(Matcher<Object>): CombinableBothMatcher<Object>
-
either(Matcher<Object>): CombinableEitherMatcher<Object>
-
describedAs(String, Matcher<Object>, Object[]): Matcher<Object>
-
everyItem(Matcher<Object>): Matcher<Iterable<Object>>
-
is(Object): Matcher<Object>
-
is(Matcher<Object>): Matcher<Object>
-
is(Class<Object>): Matcher<Object>
-
isA(Class<Object>): Matcher<Object>
-
anything(): Matcher<Object>
-
anything(String): Matcher<Object>
-
hasItem(Object): Matcher<Iterable<Object>>
-
hasItem(Matcher<Object>): Matcher<Iterable<Object>>
-
hasItems(Object[]): Matcher<Iterable<Object>>
-
hasItems(Matcher[]): Matcher<Iterable<Object>>
-
equalTo(Object): Matcher<Object>
-
any(Class<Object>): Matcher<Object>
-
instanceOf(Class<Object>): Matcher<Object>
-
not(Matcher<Object>): Matcher<Object>
-
not(Object): Matcher<Object>
-
nullValue(): Matcher<Object>
-
nullValue(Class<Object>): Matcher<Object>
-
notNullValue(): Matcher<Object>
-
notNullValue(Class<Object>): Matcher<Object>
-
sameInstance(Object): Matcher<Object>
-
theInstance(Object): Matcher<Object>
-
containsString(String): Matcher<String>
-
startsWith(String): Matcher<String>
-
endsWith(String): Matcher<String>
-
array(Matcher[]): IsArray<Object>
-
hasItemInArray(Matcher<Object>): Matcher<Object[]>
-
arrayContaining(List<Matcher<Object>>): Matcher<Object[]>
-
arrayContaining(Object[]): Matcher<Object[]>
-
arrayContaining(Matcher[]): Matcher<Object[]>
-
arrayContainingInAnyOrder(Object[]): Matcher<Object[]>
-
arrayContainingInAnyOrder(Matcher[]): Matcher<Object[]>
-
arrayContainingInAnyOrder(Collection<Matcher<Object>>): Matcher<Object[]>
-
arrayWithSize(Matcher<Object>): Matcher<Object[]>
-
arrayWithSize(int): Matcher<Object[]>
-
emptyArray(): Matcher<Object[]>
-
hasSize(Matcher<Object>): Matcher<Collection<Object>>
-
hasSize(int): Matcher<Collection<Object>>
-
empty(): Matcher<Collection<Object>>
-
emptyCollectionOf(Class<Object>): Matcher<Collection<Object>>
-
emptyIterable(): Matcher<Iterable<Object>>
-
emptyIterableOf(Class<Object>): Matcher<Iterable<Object>>
-
contains(Matcher[]): Matcher<Iterable<Object>>
-
contains(Object[]): Matcher<Iterable<Object>>
-
contains(Matcher<Object>): Matcher<Iterable<Object>>
-
contains(List<Matcher<Object>>): Matcher<Iterable<Object>>
-
containsInAnyOrder(Object[]): Matcher<Iterable<Object>>
-
containsInAnyOrder(Collection<Matcher<Object>>): Matcher<Iterable<Object>>
-
containsInAnyOrder(Matcher[]): Matcher<Iterable<Object>>
-
containsInAnyOrder(Matcher<Object>): Matcher<Iterable<Object>>
-
iterableWithSize(Matcher<Object>): Matcher<Iterable<Object>>
-
iterableWithSize(int): Matcher<Iterable<Object>>
-
hasEntry(Object, Object): Matcher<Map<Object, Object>>
-
hasEntry(Matcher<Object>, Matcher<Object>): Matcher<Map<Object, Object>>
-
hasKey(Matcher<Object>): Matcher<Map<Object, Object>>
-
hasKey(Object): Matcher<Map<Object, Object>>
-
hasValue(Object): Matcher<Map<Object, Object>>
-
hasValue(Matcher<Object>): Matcher<Map<Object, Object>>
-
isIn(Collection<Object>): Matcher<Object>
-
isIn(Object[]): Matcher<Object>
-
isOneOf(Object[]): Matcher<Object>
-
closeTo(double, double): Matcher<Double>
-
closeTo(BigDecimal, BigDecimal): Matcher<BigDecimal>
-
comparesEqualTo(Comparable): Matcher<Comparable>
-
greaterThan(Comparable): Matcher<Comparable>
-
greaterThanOrEqualTo(Comparable): Matcher<Comparable>
-
lessThan(Comparable): Matcher<Comparable>
-
lessThanOrEqualTo(Comparable): Matcher<Comparable>
-
equalToIgnoringCase(String): Matcher<String>
-
equalToIgnoringWhiteSpace(String): Matcher<String>
-
isEmptyString(): Matcher<String>
-
isEmptyOrNullString(): Matcher<String>
-
stringContainsInOrder(Iterable<String>): Matcher<String>
-
hasToString(Matcher<Object>): Matcher<Object>
-
hasToString(String): Matcher<Object>
-
typeCompatibleWith(Class<Object>): Matcher<Class<Object>>
-
eventFrom(Class<EventObject>, Object): Matcher<EventObject>
-
eventFrom(Object): Matcher<EventObject>
-
hasProperty(String): Matcher<Object>
-
hasProperty(String, Matcher<Object>): Matcher<Object>
-
samePropertyValuesAs(Object): Matcher<Object>
-
hasXPath(String, NamespaceContext): Matcher<Node>
-
hasXPath(String): Matcher<Node>
-
hasXPath(String, NamespaceContext, Matcher<String>): Matcher<Node>
-
hasXPath(String, Matcher<String>): Matcher<Node>
-
SelfDescribing
-
StringDescription
-
TypeSafeDiagnosingMatcher
-
TypeSafeMatcher
-
beans
-
collection
-
IsArray
-
IsArrayContaining
-
IsArrayContainingInAnyOrder
-
IsArrayContainingInOrder
-
IsArrayWithSize
-
IsCollectionWithSize
-
IsEmptyCollection
-
IsEmptyIterable
-
IsIn
-
IsIterableContainingInAnyOrder
-
IsIterableContainingInOrder
-
IsIterableWithSize
-
IsMapContaining
-
keyMatcher: Matcher<Object>
-
valueMatcher: Matcher<Object>
-
IsMapContaining(Matcher<Object>, Matcher<Object>): void
-
matchesSafely(Map<Object, Object>): boolean
-
describeMismatchSafely(Map<Object, Object>, Description): void
-
describeTo(Description): void
-
hasEntry(Matcher<Object>, Matcher<Object>): Matcher<Map<Object, Object>>
-
hasEntry(Object, Object): Matcher<Map<Object, Object>>
-
hasKey(Matcher<Object>): Matcher<Map<Object, Object>>
-
hasKey(Object): Matcher<Map<Object, Object>>
-
hasValue(Matcher<Object>): Matcher<Map<Object, Object>>
-
hasValue(Object): Matcher<Map<Object, Object>>
-
core
-
AllOf
-
matchers: Iterable<Matcher<Object>>
-
AllOf(Iterable<Matcher<Object>>): void
-
matches(Object, Description): boolean
-
describeTo(Description): void
-
allOf(Iterable<Matcher<Object>>): Matcher<Object>
-
allOf(Matcher[]): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
allOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): Matcher<Object>
-
AnyOf
-
AnyOf(Iterable<Matcher<Object>>): void
-
matches(Object): boolean
-
describeTo(Description): void
-
anyOf(Iterable<Matcher<Object>>): AnyOf<Object>
-
anyOf(Matcher[]): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
anyOf(Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>, Matcher<Object>): AnyOf<Object>
-
CombinableMatcher
-
DescribedAs
-
Every
-
Is
-
IsAnything
-
IsCollectionContaining
-
IsEqual
-
IsInstanceOf
-
IsNot
-
IsNull
-
IsSame
-
ShortcutCombination
-
StringContains
-
StringEndsWith
-
StringStartsWith
-
SubstringMatcher
-
generator
-
integration
-
internal
-
number
-
object
-
text
-
xml
-
HasXPath
-
NO_NAMESPACE_CONTEXT: NamespaceContext
-
WITH_ANY_CONTENT: IsAnything<String>
-
NODE_EXISTS: Step<Object, String>
-
valueMatcher: Matcher<String>
-
compiledXPath: XPathExpression
-
xpathString: String
-
evaluationMode: QName
-
HasXPath(String, Matcher<String>): void
-
HasXPath(String, NamespaceContext, Matcher<String>): void
-
HasXPath(String, NamespaceContext, Matcher<String>, QName): void
-
matchesSafely(Node, Description): boolean
-
describeTo(Description): void
-
evaluated(Node, Description): Condition<Object>
-
nodeExists(): Step<Object, String>
-
compiledXPath(String, NamespaceContext): XPathExpression
-
hasXPath(String, Matcher<String>): Matcher<Node>
-
hasXPath(String, NamespaceContext, Matcher<String>): Matcher<Node>
-
hasXPath(String): Matcher<Node>
-
hasXPath(String, NamespaceContext): Matcher<Node>
Java files
Class files