Matcher<T>
AllOf
, AnyOf
, BaseMatcher
, BigDecimalCloseTo
, CombinableMatcher
, CustomMatcher
, CustomTypeSafeMatcher
, DescribedAs
, DiagnosingMatcher
, Every
, FeatureMatcher
, HasProperty
, HasPropertyWithValue
, HasToString
, HasXPath
, Is
, IsAnything
, IsArray
, IsArrayContaining
, IsArrayContainingInAnyOrder
, IsArrayContainingInOrder
, IsArrayWithSize
, IsCloseTo
, IsCollectionContaining
, IsCollectionWithSize
, IsCompatibleType
, IsEmptyCollection
, IsEmptyIterable
, IsEmptyString
, IsEqual
, IsEqualIgnoringCase
, IsEqualIgnoringWhiteSpace
, IsEventFrom
, IsIn
, IsInstanceOf
, IsIterableContainingInAnyOrder
, IsIterableContainingInOrder
, IsIterableWithSize
, IsMapContaining
, IsNot
, IsNull
, IsSame
, OrderingComparison
, SamePropertyValuesAs
, SamePropertyValuesAs.PropertyMatcher
, SelfDescribingValue
, StringContains
, StringContainsInOrder
, StringEndsWith
, StringStartsWith
, SubstringMatcher
, TypeSafeDiagnosingMatcher
, TypeSafeMatcher
public interface SelfDescribing
Modifier and Type | Method | Description |
---|---|---|
void |
describeTo(Description description) |
Generates a description of the object.
|
void describeTo(Description description)
description
- The description to be built or appended to.