Пример #1
0
 public void IsCommandActiveReturnsTrueOnActiveCommand()
 {
     _scheduler.AddCommand(_testCommand);
     Assert.IsTrue(_scheduler.IsCommandActive(_testCommand));
 }