コード例 #1
0
 public void ExitFromProgramTest()
 {
     ObjectMother.Reset();
     ObjectMother.CommandFactory.GetCommand("Выход").Do("Выход");
     Assert.That(ObjectMother.Loop.KeyIsAwaited);
 }
コード例 #2
0
 public void UnknownCommandTest()
 {
     ObjectMother.Reset();
     ObjectMother.CommandFactory.GetCommand("fhfjh48494").Do("fhfjh48494");
     Assert.That(ObjectMother.Loop.Lines.Any());
 }