Esempio n. 1
0
        public void TextBox1Test()
        {
            frmPrintSidebarLayout target = new frmPrintSidebarLayout(); // TODO: Initialize to an appropriate value
            TextBox expected             = null;                        // TODO: Initialize to an appropriate value
            TextBox actual;

            target.TextBox1 = expected;
            actual          = target.TextBox1;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Esempio n. 2
0
        public void btnCancelTest()
        {
            frmPrintSidebarLayout target = new frmPrintSidebarLayout(); // 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.");
        }
Esempio n. 3
0
        public void nudLegendColumnsTest()
        {
            frmPrintSidebarLayout target   = new frmPrintSidebarLayout(); // TODO: Initialize to an appropriate value
            NumericUpDown         expected = null;                        // TODO: Initialize to an appropriate value
            NumericUpDown         actual;

            target.nudLegendColumns = expected;
            actual = target.nudLegendColumns;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Esempio n. 4
0
        public void pnlSbBackColorTest()
        {
            frmPrintSidebarLayout target = new frmPrintSidebarLayout(); // TODO: Initialize to an appropriate value
            Panel expected = null;                                      // TODO: Initialize to an appropriate value
            Panel actual;

            target.pnlSbBackColor = expected;
            actual = target.pnlSbBackColor;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Esempio n. 5
0
        public void PrintPreviewDialogTest()
        {
            frmPrintSidebarLayout target   = new frmPrintSidebarLayout(); // TODO: Initialize to an appropriate value
            PrintPreviewDialog    expected = null;                        // TODO: Initialize to an appropriate value
            PrintPreviewDialog    actual;

            target.PrintPreviewDialog = expected;
            actual = target.PrintPreviewDialog;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Esempio n. 6
0
        public void frmPrintSidebarLayoutConstructorTest()
        {
            frmPrintSidebarLayout target = new frmPrintSidebarLayout();

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