public void EditNonExistingCommand() { commandList.EditCommand("Test", "jump"); Assert.AreEqual(0, commandList.NumberOfCommands); }