Uses of Interface
org.hamcrest.SelfDescribing
-
Packages that use SelfDescribing Package Description org.hamcrest org.hamcrest.beans Matchers of Java Bean properties and their values.org.hamcrest.collection Matchers of arrays and collections.org.hamcrest.comparator org.hamcrest.core Fundamental matchers of objects and values, and composite matchers.org.hamcrest.internal org.hamcrest.number Matchers that perform numeric comparisons.org.hamcrest.object Matchers that inspect objects and classes.org.hamcrest.text Matchers that perform text comparisons.org.hamcrest.xml Matchers of XML documents. -
-
Uses of SelfDescribing in org.hamcrest
Subinterfaces of SelfDescribing in org.hamcrest Modifier and Type Interface Description interfaceMatcher<T>A matcher over acceptable values.Classes in org.hamcrest that implement SelfDescribing Modifier and Type Class Description classBaseMatcher<T>BaseClass for all Matcher implementations.classCustomMatcher<T>Utility class for writing one off matchers.classCustomTypeSafeMatcher<T>Utility class for writing one off matchers.classDiagnosingMatcher<T>TODO(ngd): Document.classFeatureMatcher<T,U>Supporting class for matching a feature of an object.classTypeSafeDiagnosingMatcher<T>Convenient 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.classTypeSafeMatcher<T>Convenient base class for Matchers that require a non-null value of a specific type.Methods in org.hamcrest with parameters of type SelfDescribing Modifier and Type Method Description DescriptionBaseDescription. appendDescriptionOf(SelfDescribing value)DescriptionDescription. appendDescriptionOf(SelfDescribing value)Appends the description of aSelfDescribingvalue to this description.DescriptionDescription.NullDescription. appendDescriptionOf(SelfDescribing value)static java.lang.StringStringDescription. asString(SelfDescribing selfDescribing)Alias forStringDescription.toString(SelfDescribing).static java.lang.StringStringDescription. toString(SelfDescribing selfDescribing)Return the description of aSelfDescribingobject as a String.Method parameters in org.hamcrest with type arguments of type SelfDescribing Modifier and Type Method Description DescriptionBaseDescription. appendList(java.lang.String start, java.lang.String separator, java.lang.String end, java.lang.Iterable<? extends SelfDescribing> values)private DescriptionBaseDescription. appendList(java.lang.String start, java.lang.String separator, java.lang.String end, java.util.Iterator<? extends SelfDescribing> i)DescriptionDescription. appendList(java.lang.String start, java.lang.String separator, java.lang.String end, java.lang.Iterable<? extends SelfDescribing> values)Appends a list ofSelfDescribingobjects to the description.DescriptionDescription.NullDescription. appendList(java.lang.String start, java.lang.String separator, java.lang.String end, java.lang.Iterable<? extends SelfDescribing> values) -
Uses of SelfDescribing in org.hamcrest.beans
Classes in org.hamcrest.beans that implement SelfDescribing Modifier and Type Class Description classHasProperty<T>A Matcher that checks that an object has a JavaBean property with the specified name.classHasPropertyWithValue<T>Matcher that asserts that a JavaBean property on an argument passed to the mock object meets the provided matcher.classSamePropertyValuesAs<T>private static classSamePropertyValuesAs.PropertyMatcher -
Uses of SelfDescribing in org.hamcrest.collection
Classes in org.hamcrest.collection that implement SelfDescribing Modifier and Type Class Description classArrayAsIterableMatcher<E>classHasItemInArray<T>Matches if an array contains an item satisfying a nested matcher.classIsArray<T>Matcher for array whose elements satisfy a sequence of matchers.classIsArrayContainingInAnyOrder<E>Deprecated.As of release 2.1, replaced byArrayMatching.classIsArrayContainingInOrder<E>Deprecated.As of release 2.1, replaced byArrayMatching.classIsArrayWithSize<E>Matches if array size satisfies a nested matcher.classIsCollectionWithSize<E>Matches if collection size satisfies a nested matcher.classIsEmptyCollection<E>Tests if collection is empty.classIsEmptyIterable<E>Tests if collection is empty.classIsIn<T>classIsIterableContainingInAnyOrder<T>classIsIterableContainingInOrder<E>classIsIterableContainingInRelativeOrder<E>classIsIterableWithSize<E>classIsMapContaining<K,V>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 SelfDescribing Modifier and Type Class Description private static classComparatorMatcherBuilder.ComparatorMatcher<T> -
Uses of SelfDescribing in org.hamcrest.core
Classes in org.hamcrest.core that implement SelfDescribing Modifier and Type Class Description classAllOf<T>Calculates the logical conjunction of multiple matchers.classAnyOf<T>Calculates the logical disjunction of multiple matchers.classCombinableMatcher<T>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.classIsCollectionContaining<T>Deprecated.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?classIsInstanceOfTests whether the value is an instance of a class.classIsIterableContaining<T>classIsNot<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) classShortcutCombination<T>classStringContainsTests if the argument is a string that contains a specific substring.classStringEndsWithTests if the argument is a string that ends with a specific substring.classStringRegularExpressionclassStringStartsWithTests if the argument is a string that starts with a specific substring.classSubstringMatcher -
Uses of SelfDescribing in org.hamcrest.internal
Classes in org.hamcrest.internal that implement SelfDescribing Modifier and Type Class Description classSelfDescribingValue<T>Methods in org.hamcrest.internal that return SelfDescribing Modifier and Type Method Description SelfDescribingSelfDescribingValueIterator. next() -
Uses of SelfDescribing in org.hamcrest.number
Classes in org.hamcrest.number that implement SelfDescribing Modifier and Type Class Description classBigDecimalCloseToclassIsCloseToIs the value a number equal to a value within some range of acceptable error?classIsNaNIs the value a number actually not a number (NaN)? -
Uses of SelfDescribing in org.hamcrest.object
Classes in org.hamcrest.object that implement SelfDescribing Modifier and Type Class Description classHasEqualValues<T>private static classHasEqualValues.FieldMatcherclassHasToString<T>classIsCompatibleType<T>classIsEventFromTests 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 SelfDescribing Modifier and Type Class Description classCharSequenceLengthclassIsBlankStringMatches blank Strings (and null).classIsEmptyStringMatches empty Strings (and null).classIsEqualCompressingWhiteSpaceTests if a string is equal to another string, compressing any changes in whitespace.classIsEqualIgnoringCaseTests if a string is equal to another string, regardless of the case.classMatchesPatternclassStringContainsInOrder -
Uses of SelfDescribing in org.hamcrest.xml
Classes in org.hamcrest.xml that implement SelfDescribing Modifier and Type Class Description classHasXPathApplies a Matcher to a given XML Node in an existing XML Node tree, specified by an XPath expression.
-