Beispiel #1
0
 public void setNumberTest()
 {
     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
     int min = 0; // TODO: Initialize to an appropriate value
     int max = 0; // TODO: Initialize to an appropriate value
     SpriteFont font = null; // TODO: Initialize to an appropriate value
     float progress = 0F; // TODO: Initialize to an appropriate value
     SliderBar target = new SliderBar(position, width, height, min, max, font, progress); // TODO: Initialize to an appropriate value
     int number = 0; // TODO: Initialize to an appropriate value
     target.setNumber(number);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }