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."); }
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."); }