Example #1
0
        public void TestComplexGamePlayMethod()
        {
            var game = new ComplexGame();

            game.Play(1);

            Assert.AreEqual(game.CurrPositionDict.Count, 1);
        }