Beispiel #1
0
        public void RemoveTest()
        {
            IdentifiedLayers target = new IdentifiedLayers(); // TODO: Initialize to an appropriate value
            int LayerHandle         = 0;                      // TODO: Initialize to an appropriate value

            target.Remove(LayerHandle);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Beispiel #2
0
        public void CountTest()
        {
            IdentifiedLayers target = new IdentifiedLayers(); // TODO: Initialize to an appropriate value
            int actual;

            actual = target.Count;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Beispiel #3
0
        public void AddTest()
        {
            IdentifiedLayers target = new IdentifiedLayers(); // TODO: Initialize to an appropriate value
            IdentifiedShapes Item   = null;                   // TODO: Initialize to an appropriate value
            int hLyr = 0;                                     // TODO: Initialize to an appropriate value

            target.Add(Item, hLyr);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Beispiel #4
0
        public void IdentifiedLayersConstructorTest()
        {
            IdentifiedLayers target = new IdentifiedLayers();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }