コード例 #1
0
        public void DrawBoxTest()
        {
            PreviewMap target = new PreviewMap(); // TODO: Initialize to an appropriate value
            Rectangle  rect   = new Rectangle();  // TODO: Initialize to an appropriate value

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