Searched refs:expectedHtmlText (Results 1 – 1 of 1) sorted by relevance
40 public static void checkHtmlText(String expectedHtmlText, TextView textView) { in checkHtmlText() argument42 if (TextUtils.isEmpty(expectedHtmlText)) { in checkHtmlText()46 Assert.assertEquals("<p dir=ltr>" + expectedHtmlText + "</p>\n", actualHtmlText); in checkHtmlText()