Exemple #1
0
 public void DrawTest()
 {
     Starfighter_Accessor target = new Starfighter_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.");
 }
Exemple #2
0
 public void UnloadContentTest()
 {
     Starfighter_Accessor target = new Starfighter_Accessor(); // TODO: Initialize to an appropriate value
     target.UnloadContent();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }