public void then_command_cannot_execute() { Assert.IsFalse(deleteCommand.CanExecute(null)); }
public void then_command_can_execute() { Assert.IsTrue(deleteCommand.CanExecute(null)); }