Searched refs:actualHtmlText (Results 1 – 1 of 1) sorted by relevance
39 String actualHtmlText = Html.toHtml((Spanned) textView.getText()); in checkHtmlText() local42 Assert.assertEquals("", actualHtmlText); in checkHtmlText()44 Assert.assertEquals("<p dir=ltr>" + expectedHtmlText + "</p>\n", actualHtmlText); in checkHtmlText()