Ejemplo n.º 1
0
        public void CalculateSelectedTest()
        {
            Vector2      position = new Vector2();                    // TODO: Initialize to an appropriate value
            SpriteFont   font     = null;                             // TODO: Initialize to an appropriate value
            DropDownList target   = new DropDownList(position, font); // TODO: Initialize to an appropriate value

            target.CalculateSelected();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }