Searched refs:removeFirstLine (Results 1 – 5 of 5) sorted by relevance
8 import static org.mockito.internal.util.StringUtil.removeFirstLine;22 return removeFirstLine(super.toString()); in toString()
8 import static org.mockito.internal.util.StringUtil.removeFirstLine;40 return removeFirstLine(super.toString()); in toString()
49 assertThat(StringUtil.removeFirstLine("line1\nline2")).isEqualTo("line2"); in removes_first_line()
23 public static String removeFirstLine(String text) { in removeFirstLine() method in StringUtil