Exemplo n.º 1
0
 public void EditEmployeeCost_CantExecuteIfNoId()
 {
     Assert.False(command.CanExecute(null));
 }