public void ExitFromProgramTest() { ObjectMother.Reset(); ObjectMother.CommandFactory.GetCommand("Выход").Do("Выход"); Assert.That(ObjectMother.Loop.KeyIsAwaited); }
public void UnknownCommandTest() { ObjectMother.Reset(); ObjectMother.CommandFactory.GetCommand("fhfjh48494").Do("fhfjh48494"); Assert.That(ObjectMother.Loop.Lines.Any()); }