Exemplo n.º 1
0
        public void neg()
        {
            maingame negative = new maingame();

            Assert.AreNotEqual(4, negative.spiner_Chamber(6));
        }
Exemplo n.º 2
0
        public void pos()
        {
            maingame positive = new maingame();

            Assert.AreEqual(1, positive.spiner_Chamber(6));
        }