Esempio n. 1
0
 public void Validate_TrueResult()
 {
     objNewWeaponType.Validate();
     Assert.IsTrue(objNewWeaponType.Validated);
 }