Uses of Class
org.assertj.core.description.JoinDescription.IndentedAppendable
Packages that use JoinDescription.IndentedAppendable
-
Uses of JoinDescription.IndentedAppendable in org.assertj.core.description
Methods in org.assertj.core.description that return JoinDescription.IndentedAppendableModifier and TypeMethodDescriptionJoinDescription.IndentedAppendable.append
(char c) JoinDescription.IndentedAppendable.append
(CharSequence charSequence) JoinDescription.IndentedAppendable.append
(CharSequence charSequence, int start, int end) JoinDescription.appendIndentedValueTo
(JoinDescription.IndentedAppendable indentableBuilder) (package private) JoinDescription.IndentedAppendable
JoinDescription.IndentedAppendable.changeIndentationBy
(int indentation) Adjusts the indentation size byindentation
.(package private) JoinDescription.IndentedAppendable
JoinDescription.IndentedAppendable.indent()
Appends the indentation according to current size.(package private) JoinDescription.IndentedAppendable
JoinDescription.IndentedAppendable.indentBy
(int indentation) Shortcut method fromchangeIndentationBy(int)
andindent()
Methods in org.assertj.core.description with parameters of type JoinDescription.IndentedAppendableModifier and TypeMethodDescriptionJoinDescription.appendIndentedValueTo
(JoinDescription.IndentedAppendable indentableBuilder)