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