示例#1
0
 protected void CannotChangeName(BaseCell cell, string newName)
 {
     Assert.IsFalse(cell.TryNameChange(newName));
 }