Package org.saynotobugs.confidence
Interface Scribe
-
- All Known Implementing Classes:
StringBuilderScribe
public interface Scribe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Scribeappend(java.lang.CharSequence charSequence)Writes the givenCharSequenceand returns this instance.Scribeindented()Returns a newScribethat adds an indentation to each line.ScribenewLine()Starts a new line with the current indentation and returns this instance.
-