Exemple #1
0
        public void GroupBox1Test()
        {
            ColorPickerSingle target   = new ColorPickerSingle(); // TODO: Initialize to an appropriate value
            GroupBox          expected = null;                    // TODO: Initialize to an appropriate value
            GroupBox          actual;

            target.GroupBox1 = expected;
            actual           = target.GroupBox1;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Exemple #2
0
        public void lblEndColorTest()
        {
            ColorPickerSingle target   = new ColorPickerSingle(); // TODO: Initialize to an appropriate value
            Label             expected = null;                    // TODO: Initialize to an appropriate value
            Label             actual;

            target.lblEndColor = expected;
            actual             = target.lblEndColor;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Exemple #3
0
        public void btnCancelTest()
        {
            ColorPickerSingle target   = new ColorPickerSingle(); // TODO: Initialize to an appropriate value
            Button            expected = null;                    // TODO: Initialize to an appropriate value
            Button            actual;

            target.btnCancel = expected;
            actual           = target.btnCancel;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Exemple #4
0
        public void ColorPickerSingleConstructorTest()
        {
            ColorPickerSingle target = new ColorPickerSingle();

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