Пример #1
0
 public void NoCommandsGiven_CanExecute_ReturnsTrue()
 {
     Assert.IsTrue(_macroCommand.CanExecute(null));
 }