Class TextDescription

  • All Implemented Interfaces:
    Description

    @Deprecated
    public final class TextDescription
    extends org.saynotobugs.confidence.description.DescriptionComposition
    Deprecated.
    in favour of Text
    A plain text Description.

    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.
       
    • Method Summary

      • Methods inherited from class org.saynotobugs.confidence.description.DescriptionComposition

        describeTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextDescription

        public TextDescription​(java.lang.CharSequence text)
        Deprecated.
      • TextDescription

        public TextDescription​(org.dmfs.jems2.Single<java.lang.String> text)
        Deprecated.