Exemplo n.º 1
0
        public void AddLabelTest()
        {
            Layer            target        = new Layer();            // TODO: Initialize to an appropriate value
            string           Text          = string.Empty;           // TODO: Initialize to an appropriate value
            Color            TextColor     = new Color();            // TODO: Initialize to an appropriate value
            double           xPos          = 0F;                     // TODO: Initialize to an appropriate value
            double           yPos          = 0F;                     // TODO: Initialize to an appropriate value
            tkHJustification Justification = new tkHJustification(); // TODO: Initialize to an appropriate value

            target.AddLabel(Text, TextColor, xPos, yPos, Justification);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }