Class Text

  • All Implemented Interfaces:
    Description

    public final class Text
    extends org.saynotobugs.confidence.description.DescriptionComposition
    A plain text Description.

    Note that certain control characters and \ will be escaped in the result.

    • Constructor Summary

      Constructors 
      Constructor Description
      Text​(java.lang.CharSequence text)  
      Text​(org.dmfs.jems2.Single<java.lang.String> text)  
    • 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

      • Text

        public Text​(java.lang.CharSequence text)
      • Text

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