Class FormattedText
- java.lang.Object
-
- org.mockito.internal.matchers.text.FormattedText
-
class FormattedText extends java.lang.Object
Contains text that has already been formatted and hence it does not need any formatting (like quotes around string, etc.)
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
text
-
Constructor Summary
Constructors Constructor Description FormattedText(java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
-