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."); }