- AllOf<T> - Class in org.hamcrest.core
-
Calculates the logical conjunction of two matchers.
- AllOf(Iterable<Matcher<? extends T>>) - Constructor for class org.hamcrest.core.AllOf
-
- allOf(Matcher<? extends T>...) - Static method in class org.hamcrest.core.AllOf
-
Evaluates to true only if ALL of the passed in matchers evaluate to true.
- allOf(Iterable<Matcher<? extends T>>) - Static method in class org.hamcrest.core.AllOf
-
Evaluates to true only if ALL of the passed in matchers evaluate to true.
- allOf(Matcher<? extends T>...) - Static method in class org.hamcrest.CoreMatchers
-
- allOf(Iterable<Matcher<? extends T>>) - Static method in class org.hamcrest.CoreMatchers
-
Evaluates to true only if ALL of the passed in matchers evaluate to true.
- allOf(Matcher<? extends T>...) - Static method in class org.hamcrest.Matchers
-
- allOf(Iterable<Matcher<? extends T>>) - Static method in class org.hamcrest.Matchers
-
Evaluates to true only if ALL of the passed in matchers evaluate to true.
- any(Class<T>) - Static method in class org.hamcrest.core.IsAnything
-
This matcher always evaluates to true.
- any(Class<T>) - Static method in class org.hamcrest.CoreMatchers
-
This matcher always evaluates to true.
- any(Class<T>) - Static method in class org.hamcrest.Matchers
-
This matcher always evaluates to true.
- anyCharacter() - Static method in class org.hamcrest.text.pattern.Patterns
-
- anyCharacterIn(String) - Static method in class org.hamcrest.text.pattern.Patterns
-
- anyCharacterInCategory(String) - Static method in class org.hamcrest.text.pattern.Patterns
-
- anyCharacterNotIn(String) - Static method in class org.hamcrest.text.pattern.Patterns
-
- anyCharacterNotInCategory(String) - Static method in class org.hamcrest.text.pattern.Patterns
-
- AnyOf<T> - Class in org.hamcrest.core
-
Calculates the logical disjunction of two matchers.
- AnyOf(Iterable<Matcher<? extends T>>) - Constructor for class org.hamcrest.core.AnyOf
-
- anyOf(Matcher<? extends T>...) - Static method in class org.hamcrest.core.AnyOf
-
Evaluates to true if ANY of the passed in matchers evaluate to true.
- anyOf(Iterable<Matcher<? extends T>>) - Static method in class org.hamcrest.core.AnyOf
-
Evaluates to true if ANY of the passed in matchers evaluate to true.
- anyOf(Matcher<? extends T>...) - Static method in class org.hamcrest.CoreMatchers
-
- anyOf(Iterable<Matcher<? extends T>>) - Static method in class org.hamcrest.CoreMatchers
-
Evaluates to true if ANY of the passed in matchers evaluate to true.
- anyOf(Matcher<? extends T>...) - Static method in class org.hamcrest.Matchers
-
- anyOf(Iterable<Matcher<? extends T>>) - Static method in class org.hamcrest.Matchers
-
Evaluates to true if ANY of the passed in matchers evaluate to true.
- anything() - Static method in class org.hamcrest.core.IsAnything
-
This matcher always evaluates to true.
- anything(String) - Static method in class org.hamcrest.core.IsAnything
-
This matcher always evaluates to true.
- anything(String) - Static method in class org.hamcrest.CoreMatchers
-
This matcher always evaluates to true.
- anything() - Static method in class org.hamcrest.CoreMatchers
-
This matcher always evaluates to true.
- anything(String) - Static method in class org.hamcrest.Matchers
-
This matcher always evaluates to true.
- anything() - Static method in class org.hamcrest.Matchers
-
This matcher always evaluates to true.
- append(String) - Method in class org.hamcrest.BaseDescription
-
Append the String str to the description.
- append(char) - Method in class org.hamcrest.BaseDescription
-
Append the char c to the description.
- append(String) - Method in class org.hamcrest.StringDescription
-
- append(char) - Method in class org.hamcrest.StringDescription
-
- appendDescriptionOf(SelfDescribing) - Method in class org.hamcrest.BaseDescription
-
- appendDescriptionOf(SelfDescribing) - Method in interface org.hamcrest.Description
-
Appends the description of a
SelfDescribing
value to this description.
- appendList(String, String, String, Iterable<? extends SelfDescribing>) - Method in class org.hamcrest.BaseDescription
-
- appendList(String, String, String, Iterable<? extends SelfDescribing>) - Method in interface org.hamcrest.Description
-
- appendText(String) - Method in class org.hamcrest.BaseDescription
-
- appendText(String) - Method in interface org.hamcrest.Description
-
Appends some plain text to the description.
- appendValue(Object) - Method in class org.hamcrest.BaseDescription
-
- appendValue(Object) - Method in interface org.hamcrest.Description
-
Appends an arbitary value to the description.
- appendValueList(String, String, String, T...) - Method in class org.hamcrest.BaseDescription
-
- appendValueList(String, String, String, Iterable<T>) - Method in class org.hamcrest.BaseDescription
-
- appendValueList(String, String, String, T...) - Method in interface org.hamcrest.Description
-
Appends a list of values to the description.
- appendValueList(String, String, String, Iterable<T>) - Method in interface org.hamcrest.Description
-
Appends a list of values to the description.
- array(Matcher<T>...) - Static method in class org.hamcrest.collection.IsArray
-
- ArrayIterator - Class in org.hamcrest.internal
-
- ArrayIterator(Object) - Constructor for class org.hamcrest.internal.ArrayIterator
-
- asString(SelfDescribing) - Static method in class org.hamcrest.StringDescription
-
- instanceOf(Class<?>) - Static method in class org.hamcrest.core.IsInstanceOf
-
Is the value an instance of a particular type?
- instanceOf(Class<?>) - Static method in class org.hamcrest.CoreMatchers
-
Is the value an instance of a particular type?
- instanceOf(Class<?>) - Static method in class org.hamcrest.Matchers
-
Is the value an instance of a particular type?
- Is<T> - Class in org.hamcrest.core
-
Decorates another Matcher, retaining the behavior but allowing tests
to be slightly more expressive.
- Is(Matcher<T>) - Constructor for class org.hamcrest.core.Is
-
- is(Matcher<T>) - Static method in class org.hamcrest.core.Is
-
Decorates another Matcher, retaining the behavior but allowing tests
to be slightly more expressive.
- is(T) - Static method in class org.hamcrest.core.Is
-
This is a shortcut to the frequently used is(equalTo(x)).
- is(Class<?>) - Static method in class org.hamcrest.core.Is
-
This is a shortcut to the frequently used is(instanceOf(SomeClass.class)).
- is(T) - Static method in class org.hamcrest.CoreMatchers
-
This is a shortcut to the frequently used is(equalTo(x)).
- is(Class<?>) - Static method in class org.hamcrest.CoreMatchers
-
This is a shortcut to the frequently used is(instanceOf(SomeClass.class)).
- is(Matcher<T>) - Static method in class org.hamcrest.CoreMatchers
-
Decorates another Matcher, retaining the behavior but allowing tests
to be slightly more expressive.
- is(T) - Static method in class org.hamcrest.Matchers
-
This is a shortcut to the frequently used is(equalTo(x)).
- is(Class<?>) - Static method in class org.hamcrest.Matchers
-
This is a shortcut to the frequently used is(instanceOf(SomeClass.class)).
- is(Matcher<T>) - Static method in class org.hamcrest.Matchers
-
Decorates another Matcher, retaining the behavior but allowing tests
to be slightly more expressive.
- IsAnything<T> - Class in org.hamcrest.core
-
A matcher that always returns true
.
- IsAnything() - Constructor for class org.hamcrest.core.IsAnything
-
- IsAnything(String) - Constructor for class org.hamcrest.core.IsAnything
-
- IsArray<T> - Class in org.hamcrest.collection
-
- IsArray(Matcher<T>[]) - Constructor for class org.hamcrest.collection.IsArray
-
- IsArrayContaining<T> - Class in org.hamcrest.collection
-
- IsArrayContaining(Matcher<T>) - Constructor for class org.hamcrest.collection.IsArrayContaining
-
- IsCloseTo - Class in org.hamcrest.number
-
Is the value a number equal to a value within some range of
acceptable error?
- IsCloseTo(double, double) - Constructor for class org.hamcrest.number.IsCloseTo
-
- IsCollectionContaining<T> - Class in org.hamcrest.collection
-
- IsCollectionContaining(Matcher<? extends T>) - Constructor for class org.hamcrest.collection.IsCollectionContaining
-
- IsCompatibleType<T> - Class in org.hamcrest.object
-
- IsCompatibleType(Class<T>) - Constructor for class org.hamcrest.object.IsCompatibleType
-
- IsEqual<T> - Class in org.hamcrest.core
-
- IsEqual(T) - Constructor for class org.hamcrest.core.IsEqual
-
- IsEqualIgnoringCase - Class in org.hamcrest.text
-
Tests if a string is equal to another string, regardless of the case.
- IsEqualIgnoringCase(String) - Constructor for class org.hamcrest.text.IsEqualIgnoringCase
-
- IsEqualIgnoringWhiteSpace - Class in org.hamcrest.text
-
Tests if a string is equal to another string, ignoring any changes in whitespace.
- IsEqualIgnoringWhiteSpace(String) - Constructor for class org.hamcrest.text.IsEqualIgnoringWhiteSpace
-
- IsEventFrom - Class in org.hamcrest.object
-
Tests if the value is an event announced by a specific object.
- IsEventFrom(Class, Object) - Constructor for class org.hamcrest.object.IsEventFrom
-
- IsGreaterThan<T extends Comparable<T>> - Class in org.hamcrest.number
-
Is the value less than or greater than another
Comparable
value?
- IsGreaterThan(Comparable<T>) - Constructor for class org.hamcrest.number.IsGreaterThan
-
- IsIn<T> - Class in org.hamcrest.collection
-
- IsIn(Collection<T>) - Constructor for class org.hamcrest.collection.IsIn
-
- IsIn(T[]) - Constructor for class org.hamcrest.collection.IsIn
-
- isIn(Collection<T>) - Static method in class org.hamcrest.collection.IsIn
-
- isIn(T[]) - Static method in class org.hamcrest.collection.IsIn
-
- isIn(Collection<T>) - Static method in class org.hamcrest.Matchers
-
- isIn(T[]) - Static method in class org.hamcrest.Matchers
-
- IsInstanceOf - Class in org.hamcrest.core
-
Tests whether the value is an instance of a class.
- IsInstanceOf(Class<?>) - Constructor for class org.hamcrest.core.IsInstanceOf
-
Creates a new instance of IsInstanceOf
- IsMapContaining<K,V> - Class in org.hamcrest.collection
-
- IsMapContaining(Matcher<K>, Matcher<V>) - Constructor for class org.hamcrest.collection.IsMapContaining
-
- IsNot<T> - Class in org.hamcrest.core
-
Calculates the logical negation of a matcher.
- IsNot(Matcher<T>) - Constructor for class org.hamcrest.core.IsNot
-
- IsNull<T> - Class in org.hamcrest.core
-
Is the value null?
- IsNull() - Constructor for class org.hamcrest.core.IsNull
-
- isOneOf(T...) - Static method in class org.hamcrest.collection.IsIn
-
- isOneOf(T...) - Static method in class org.hamcrest.Matchers
-
- IsSame<T> - Class in org.hamcrest.core
-
Is the value the same object as another value?
- IsSame(T) - Constructor for class org.hamcrest.core.IsSame
-
- next() - Method in class org.hamcrest.internal.ArrayIterator
-
- next() - Method in class org.hamcrest.internal.SelfDescribingValueIterator
-
- not(Matcher<T>) - Static method in class org.hamcrest.core.IsNot
-
Inverts the rule.
- not(T) - Static method in class org.hamcrest.core.IsNot
-
This is a shortcut to the frequently used not(equalTo(x)).
- not(Matcher<T>) - Static method in class org.hamcrest.CoreMatchers
-
Inverts the rule.
- not(T) - Static method in class org.hamcrest.CoreMatchers
-
This is a shortcut to the frequently used not(equalTo(x)).
- not(Matcher<T>) - Static method in class org.hamcrest.Matchers
-
Inverts the rule.
- not(T) - Static method in class org.hamcrest.Matchers
-
This is a shortcut to the frequently used not(equalTo(x)).
- notNullValue() - Static method in class org.hamcrest.core.IsNull
-
Matches if value is not null.
- notNullValue(Class<T>) - Static method in class org.hamcrest.core.IsNull
-
Matches if value is not null.
- notNullValue() - Static method in class org.hamcrest.CoreMatchers
-
Matches if value is not null.
- notNullValue(Class<T>) - Static method in class org.hamcrest.CoreMatchers
-
Matches if value is not null.
- notNullValue() - Static method in class org.hamcrest.Matchers
-
Matches if value is not null.
- notNullValue(Class<T>) - Static method in class org.hamcrest.Matchers
-
Matches if value is not null.
- nullValue() - Static method in class org.hamcrest.core.IsNull
-
Matches if value is null.
- nullValue(Class<T>) - Static method in class org.hamcrest.core.IsNull
-
Matches if value is null.
- nullValue(Class<T>) - Static method in class org.hamcrest.CoreMatchers
-
Matches if value is null.
- nullValue() - Static method in class org.hamcrest.CoreMatchers
-
Matches if value is null.
- nullValue(Class<T>) - Static method in class org.hamcrest.Matchers
-
Matches if value is null.
- nullValue() - Static method in class org.hamcrest.Matchers
-
Matches if value is null.