예제 #1
0
        public void AddTest()
        {
            SelectedShape target      = new SelectedShape(); // TODO: Initialize to an appropriate value
            int           ShapeIndex  = 0;                   // TODO: Initialize to an appropriate value
            Color         SelectColor = new Color();         // TODO: Initialize to an appropriate value

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