Exemplo n.º 1
0
 public void SetActiveTest()
 {
     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
     bool active = false; // TODO: Initialize to an appropriate value
     target.SetActive(active);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }