Uses of Class
org.assertj.core.util.Strings.StringToAppend
-
Packages that use Strings.StringToAppend Package Description org.assertj.core.util -
-
Uses of Strings.StringToAppend in org.assertj.core.util
Methods in org.assertj.core.util that return Strings.StringToAppend Modifier and Type Method Description static Strings.StringToAppend
Strings. append(String toAppend)
Appends a givenString
to the given target, only if the target does not end with the givenString
to append.
-