Пример #1
0
        public void PaintValueTest()
        {
            LineWidthEditor     target = new LineWidthEditor(); // TODO: Initialize to an appropriate value
            PaintValueEventArgs e      = null;                  // TODO: Initialize to an appropriate value

            target.PaintValue(e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Пример #2
0
        public void GetEditStyleTest()
        {
            LineWidthEditor        target   = new LineWidthEditor();       // TODO: Initialize to an appropriate value
            ITypeDescriptorContext context  = null;                        // TODO: Initialize to an appropriate value
            UITypeEditorEditStyle  expected = new UITypeEditorEditStyle(); // TODO: Initialize to an appropriate value
            UITypeEditorEditStyle  actual;

            actual = target.GetEditStyle(context);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Пример #3
0
        public void GetPaintValueSupportedTest()
        {
            LineWidthEditor        target  = new LineWidthEditor(); // TODO: Initialize to an appropriate value
            ITypeDescriptorContext context = null;                  // TODO: Initialize to an appropriate value
            bool expected = false;                                  // TODO: Initialize to an appropriate value
            bool actual;

            actual = target.GetPaintValueSupported(context);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Пример #4
0
        public void EditValueTest()
        {
            LineWidthEditor        target   = new LineWidthEditor(); // TODO: Initialize to an appropriate value
            ITypeDescriptorContext context  = null;                  // TODO: Initialize to an appropriate value
            IServiceProvider       provider = null;                  // TODO: Initialize to an appropriate value
            object value    = null;                                  // TODO: Initialize to an appropriate value
            object expected = null;                                  // TODO: Initialize to an appropriate value
            object actual;

            actual = target.EditValue(context, provider, value);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Пример #5
0
        public void LineWidthEditorConstructorTest()
        {
            LineWidthEditor target = new LineWidthEditor();

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