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

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

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