Exemplo n.º 1
0
 public void ToStringTest()
 {
     string text = "text";
     HtmlText textNode = new HtmlText(text);
     StringAssert.Equals(textNode.ToString(), text);
 }