Exemplo n.º 1
0
 public void End_ThrowsException()
 {
     Assert.Throws <NullReferenceException>(() => _htmlTag.End());
 }