Example #1
0
 public void AddPointsToPlayersTest()
 {
     Game_Accessor target = new Game_Accessor(); // TODO: Initialize to an appropriate value
     int result = 0; // TODO: Initialize to an appropriate value
     target.AddPointsToPlayers(result);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Example #2
0
        public void AddPointsToPlayersTest()
        {
            Game_Accessor target = new Game_Accessor(); // TODO: Initialize to an appropriate value
            int           result = 0;                   // TODO: Initialize to an appropriate value

            target.AddPointsToPlayers(result);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }