Пример #1
0
 public void AddCommand_CommandIsNull_DoesNotThrowError()
 {
     Assert.DoesNotThrow(() => _macroCommand.AddCommand(null));
 }