Esempio n. 1
0
        public void ErrorDialogNoSendConstructorTest()
        {
            Exception         ex     = null; // TODO: Initialize to an appropriate value
            ErrorDialogNoSend target = new ErrorDialogNoSend(ex);

            Assert.Inconclusive("TODO: Implement code to verify target");
        }
Esempio n. 2
0
        public void PictureBox1Test()
        {
            Exception         ex       = null;                      // TODO: Initialize to an appropriate value
            ErrorDialogNoSend target   = new ErrorDialogNoSend(ex); // TODO: Initialize to an appropriate value
            PictureBox        expected = null;                      // TODO: Initialize to an appropriate value
            PictureBox        actual;

            target.PictureBox1 = expected;
            actual             = target.PictureBox1;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Esempio n. 3
0
        public void lblAltLinkTest()
        {
            Exception         ex       = null;                      // TODO: Initialize to an appropriate value
            ErrorDialogNoSend target   = new ErrorDialogNoSend(ex); // TODO: Initialize to an appropriate value
            LinkLabel         expected = null;                      // TODO: Initialize to an appropriate value
            LinkLabel         actual;

            target.lblAltLink = expected;
            actual            = target.lblAltLink;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }