Пример #1
0
 public void UpdateTest()
 {
     Vector2 position = new Vector2(); // TODO: Initialize to an appropriate value
     float width = 0F; // TODO: Initialize to an appropriate value
     float height = 0F; // TODO: Initialize to an appropriate value
     Color textColor = new Color(); // TODO: Initialize to an appropriate value
     SpriteFont font = null; // TODO: Initialize to an appropriate value
     Action<string> onTextEnter = null; // TODO: Initialize to an appropriate value
     Action<string> onTextChanged = null; // TODO: Initialize to an appropriate value
     TextField target = new TextField(position, width, height, textColor, font, onTextEnter, onTextChanged); // TODO: Initialize to an appropriate value
     GameTime time = null; // TODO: Initialize to an appropriate value
     target.Update(time);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }