Class ValueDescription
- java.lang.Object
-
- org.saynotobugs.confidence.description.ValueDescription
-
- All Implemented Interfaces:
Description
@Deprecated public final class ValueDescription extends java.lang.Object implements Description
Deprecated.in favour ofValue.ADescriptionfor all types of values. If possible, it delegates to a concreteDescriptionfor the type of the given value, otherwise it delegates toToStringDescription.
-
-
Constructor Summary
Constructors Constructor Description ValueDescription(@Nullable java.lang.Object value)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddescribeTo(Scribe scribe)Deprecated.Writes thisDescriptionto the givenScribe.
-
-
-
Method Detail
-
describeTo
public void describeTo(Scribe scribe)
Deprecated.Description copied from interface:DescriptionWrites thisDescriptionto the givenScribe.- Specified by:
describeToin interfaceDescription
-
-