public void txtFullTextTest()
        {
            frmErrorDialogMoreInfo target = new frmErrorDialogMoreInfo(); // TODO: Initialize to an appropriate value
            TextBox expected = null;                                      // TODO: Initialize to an appropriate value
            TextBox actual;

            target.txtFullText = expected;
            actual             = target.txtFullText;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void btnSendTest()
        {
            frmErrorDialogMoreInfo target = new frmErrorDialogMoreInfo(); // TODO: Initialize to an appropriate value
            Button expected = null;                                       // TODO: Initialize to an appropriate value
            Button actual;

            target.btnSend = expected;
            actual         = target.btnSend;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void frmErrorDialogMoreInfoConstructorTest()
        {
            frmErrorDialogMoreInfo target = new frmErrorDialogMoreInfo();

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