Example #1
0
 public void AssignKill()
 {
     model.AssignKill();
     Assert.AreEqual(1, model.GetKillCount());
 }