Class FormattedText

java.lang.Object
org.mockito.internal.matchers.text.FormattedText

class FormattedText extends Object
Contains text that has already been formatted and hence it does not need any formatting (like quotes around string, etc.)
  • Field Details

    • text

      private final String text
  • Constructor Details

    • FormattedText

      public FormattedText(String text)
  • Method Details

    • getText

      public String getText()