Package org.hamcrest.internal
Class SelfDescribingValue<T>
java.lang.Object
org.hamcrest.internal.SelfDescribingValue<T>
- All Implemented Interfaces:
SelfDescribing
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(Description description) Generates a description of the object.
-
Field Details
-
value
-
-
Constructor Details
-
SelfDescribingValue
-
-
Method Details
-
describeTo
Description copied from interface:SelfDescribingGenerates a description of the object. The description may be part of a a description of a larger object of which this is just a component, so it should be worded appropriately.- Specified by:
describeToin interfaceSelfDescribing- Parameters:
description- The description to be built or appended to.
-