Ejemplo n.º 1
0
 public virtual void ConstructorValidationOkWithBlankPublicAndSystemIds()
 {
     DocumentType fail = new DocumentType("html", "", "", "");
 }
Ejemplo n.º 2
0
 public virtual void ConstructorValidationOkWithBlankName()
 {
     DocumentType fail = new DocumentType("", "", "", "");
 }