Ejemplo n.º 1
0
 public void RemoveByItem_TryNull_ReturnsFalse()
 {
     Assert.IsFalse(_model.Remove(null as Person));
 }