public void TestGameLoosing() { Game.Start(1); Game.Finish(); Assert.AreEqual(true, Game.Lost); Assert.AreEqual(false, Game.Running); }