Exemplo n.º 1
0
        public void GameLoopTest()
        {
            Form1_Accessor target      = new Form1_Accessor(); // TODO: Initialize to an appropriate value
            double         elapsedTime = 0F;                   // TODO: Initialize to an appropriate value

            target.GameLoop(elapsedTime);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Exemplo n.º 2
0
 public void GameLoopTest()
 {
     Form1_Accessor target = new Form1_Accessor(); // TODO: Initialize to an appropriate value
     double elapsedTime = 0F; // TODO: Initialize to an appropriate value
     target.GameLoop(elapsedTime);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }