Uses of Interface
org.hamcrest.SelfDescribing
Packages that use SelfDescribing
Package
Description
Matchers of Java Bean properties and their values.
Matchers of arrays and collections.
Fundamental matchers of objects and values, and composite matchers.
Matchers that perform numeric comparisons.
Matchers that inspect objects and classes.
Matchers that perform text comparisons.
Matchers of XML documents.
-
Uses of SelfDescribing in org.hamcrest
Subinterfaces of SelfDescribing in org.hamcrestClasses in org.hamcrest that implement SelfDescribingModifier and TypeClassDescriptionclassBaseMatcher<T>BaseClass for all Matcher implementations.classUtility class for writing one off matchers.classUtility class for writing one off matchers.classTODO(ngd): Document.classFeatureMatcher<T,U> Supporting class for matching a feature of an object.classConvenient base class for Matchers that require a non-null value of a specific type and that will report why the received value has been rejected.classConvenient base class for Matchers that require a non-null value of a specific type.Methods in org.hamcrest with parameters of type SelfDescribingModifier and TypeMethodDescriptionBaseDescription.appendDescriptionOf(SelfDescribing value) Description.appendDescriptionOf(SelfDescribing value) Appends the description of aSelfDescribingvalue to this description.Description.NullDescription.appendDescriptionOf(SelfDescribing value) static StringStringDescription.asString(SelfDescribing selfDescribing) Alias forStringDescription.toString(SelfDescribing).static StringStringDescription.toString(SelfDescribing selfDescribing) Return the description of aSelfDescribingobject as a String.Method parameters in org.hamcrest with type arguments of type SelfDescribingModifier and TypeMethodDescriptionBaseDescription.appendList(String start, String separator, String end, Iterable<? extends SelfDescribing> values) private DescriptionBaseDescription.appendList(String start, String separator, String end, Iterator<? extends SelfDescribing> i) Description.appendList(String start, String separator, String end, Iterable<? extends SelfDescribing> values) Appends a list ofSelfDescribingobjects to the description.Description.NullDescription.appendList(String start, String separator, String end, Iterable<? extends SelfDescribing> values) -
Uses of SelfDescribing in org.hamcrest.beans
Classes in org.hamcrest.beans that implement SelfDescribingModifier and TypeClassDescriptionclassHasProperty<T>A Matcher that checks that an object has a JavaBean property with the specified name.classMatcher that asserts that a JavaBean property on an argument passed to the mock object meets the provided matcher.classprivate static class -
Uses of SelfDescribing in org.hamcrest.collection
Classes in org.hamcrest.collection that implement SelfDescribingModifier and TypeClassDescriptionclassclassMatches if an array contains an item satisfying a nested matcher.classIsArray<T>Matcher for array whose elements satisfy a sequence of matchers.classDeprecated.classDeprecated.As of release 2.1, replaced byArrayMatching.classMatches if array size satisfies a nested matcher.classMatches if collection size satisfies a nested matcher.classTests if collection is empty.classTests if collection is empty.classIsIn<T>classclassclassclassclassIsMapContaining<K,V> final classIsMapWithSize<K,V> Matches if map size satisfies a nested matcher. -
Uses of SelfDescribing in org.hamcrest.comparator
Classes in org.hamcrest.comparator that implement SelfDescribingModifier and TypeClassDescriptionprivate static final class -
Uses of SelfDescribing in org.hamcrest.core
Classes in org.hamcrest.core that implement SelfDescribingModifier and TypeClassDescriptionclassAllOf<T>Calculates the logical conjunction of multiple matchers.classAnyOf<T>Calculates the logical disjunction of multiple matchers.classTODO: Finish Class Level Documentation.classDescribedAs<T>Provides a custom description to another matcher.classEvery<T>classIs<T>Decorates another Matcher, retaining the behaviour but allowing tests to be slightly more expressive.classIsAnything<T>A matcher that always returnstrue.classDeprecated.As of release 2.1, replaced byIsIterableContaining.classIsEqual<T>Is the value equal to another value, as tested by theObject.equals(java.lang.Object)invokedMethod?classTests whether the value is an instance of a class.classclassIsNot<T>Calculates the logical negation of a matcher.classIsNull<T>Is the value null?classIsSame<T>Is the value the same object as another value?(package private) classclassTests if the argument is a string that contains a specific substring.classTests if the argument is a string that ends with a specific substring.classclassTests if the argument is a string that starts with a specific substring.class -
Uses of SelfDescribing in org.hamcrest.internal
Classes in org.hamcrest.internal that implement SelfDescribingMethods in org.hamcrest.internal that return SelfDescribing -
Uses of SelfDescribing in org.hamcrest.number
Classes in org.hamcrest.number that implement SelfDescribingModifier and TypeClassDescriptionclassclassIs the value a number equal to a value within some range of acceptable error?final classIs the value a number actually not a number (NaN)? -
Uses of SelfDescribing in org.hamcrest.object
Classes in org.hamcrest.object that implement SelfDescribingModifier and TypeClassDescriptionclassprivate static classclassHasToString<T>classclassTests if the value is an event announced by a specific object. -
Uses of SelfDescribing in org.hamcrest.text
Classes in org.hamcrest.text that implement SelfDescribingModifier and TypeClassDescriptionclassfinal classMatches blank Strings (and null).final classMatches empty Strings (and null).classTests if a string is equal to another string, compressing any changes in whitespace.classTests if a string is equal to another string, regardless of the case.classclass -
Uses of SelfDescribing in org.hamcrest.xml
Classes in org.hamcrest.xml that implement SelfDescribingModifier and TypeClassDescriptionclassApplies a Matcher to a given XML Node in an existing XML Node tree, specified by an XPath expression.
ArrayMatching.