Example #1
0
        public void ShowVerticesTest()
        {
            MapWindow.Interfaces.Shape target = new MapWindow.Shape(); // TODO: Initialize to an appropriate value
            Color color      = new Color();                            // TODO: Initialize to an appropriate value
            int   vertexSize = 0;                                      // TODO: Initialize to an appropriate value

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