Ejemplo n.º 1
0
 public void ValidateNotNullWithNull()
 {
     HeaderValidator.ValidateNotNull(null, "test");
 }