Class Value
- java.lang.Object
-
- org.saynotobugs.confidence.description.Value
-
- All Implemented Interfaces:
Description
public final class Value extends java.lang.Object implements Description
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 Value(@Nullable java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescribeTo(Scribe scribe)Writes thisDescriptionto the givenScribe.
-
-
-
Method Detail
-
describeTo
public void describeTo(Scribe scribe)
Description copied from interface:DescriptionWrites thisDescriptionto the givenScribe.- Specified by:
describeToin interfaceDescription
-
-