Пример #1
0
        public void NumShapesTest()
        {
            MapWindow.Shapes target = new MapWindow.Shapes(); // TODO: Initialize to an appropriate value
            int actual;

            actual = target.NumShapes;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Пример #2
0
        public void ItemTest()
        {
            MapWindow.Interfaces.Shapes target = new MapWindow.Shapes(); // TODO: Initialize to an appropriate value
            int Index = 0;                                               // TODO: Initialize to an appropriate value

            MapWindow.Interfaces.Shape actual;
            actual = target[Index];
            Assert.Inconclusive("Verify the correctness of this test method.");
        }