public void AddLabelExTest()
        {
            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
            double           Rotation      = 0F;                     // TODO: Initialize to an appropriate value

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