TestProject1.Game1Test.DrawTest C# (CSharp) Method

DrawTest() private method

private DrawTest ( ) : void
return void
        public void DrawTest()
        {
            Game1_Accessor target = new Game1_Accessor(); // TODO: Initialize to an appropriate value
            GameTime gameTime = null; // TODO: Initialize to an appropriate value
            target.Draw(gameTime);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }