Ejemplo n.º 1
0
        public void TestMethod_CurrentGamer_1()
        {
            Game game   = new Game();
            int  rezult = game.GetCurrentGamer();

            Assert.AreEqual(1, rezult);
        }