Пример #1
0
 public void testDomAttributeNoMessageWithFunnyChars() {
   ParagraphElement p = widgetUi.funnyCharsDomAttributeParagraph;
   String t = p.getAttribute("title");
   assertEquals("funny characters \\ \" ' ' & < > > { }", t);
 }