public void LineWidthControlConstructorTest()
        {
            IWindowsFormsEditorService DialogProvider = null; // TODO: Initialize to an appropriate value
            LineWidthControl           target         = new LineWidthControl(DialogProvider);

            Assert.Inconclusive("TODO: Implement code to verify target");
        }
        public void SelectedSizeTest()
        {
            IWindowsFormsEditorService DialogProvider = null;                                 // TODO: Initialize to an appropriate value
            LineWidthControl           target         = new LineWidthControl(DialogProvider); // TODO: Initialize to an appropriate value
            int actual;

            actual = target.SelectedSize;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }