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