Class TextDescription
- java.lang.Object
-
- org.saynotobugs.confidence.description.DescriptionComposition
-
- org.saynotobugs.confidence.description.TextDescription
-
- All Implemented Interfaces:
Description
@Deprecated public final class TextDescription extends org.saynotobugs.confidence.description.DescriptionCompositionDeprecated.in favour ofTextA plain textDescription.Note that certain control characters and
\will be escaped in the result.
-
-
Constructor Summary
Constructors Constructor Description TextDescription(java.lang.CharSequence text)Deprecated.TextDescription(org.dmfs.jems2.Single<java.lang.String> text)Deprecated.
-