public void FinalizeTest()
        {
            frmProjectionDialog_Accessor target = new frmProjectionDialog_Accessor(); // TODO: Initialize to an appropriate value

            target.Finalize();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void DisposeTest()
        {
            frmProjectionDialog_Accessor target = new frmProjectionDialog_Accessor(); // TODO: Initialize to an appropriate value
            bool disposing = false;                                                   // TODO: Initialize to an appropriate value

            target.Dispose(disposing);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void btnOK_ClickTest()
        {
            frmProjectionDialog_Accessor target = new frmProjectionDialog_Accessor(); // TODO: Initialize to an appropriate value
            object    sender = null;                                                  // TODO: Initialize to an appropriate value
            EventArgs e      = null;                                                  // TODO: Initialize to an appropriate value

            target.btnOK_Click(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void cboCategory_SelectedIndexChangedTest()
        {
            frmProjectionDialog_Accessor target = new frmProjectionDialog_Accessor(); // TODO: Initialize to an appropriate value
            object    sender = null;                                                  // TODO: Initialize to an appropriate value
            EventArgs e      = null;                                                  // TODO: Initialize to an appropriate value

            target.cboCategory_SelectedIndexChanged(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void lblCaptionTest()
        {
            frmProjectionDialog_Accessor target = new frmProjectionDialog_Accessor(); // TODO: Initialize to an appropriate value
            Label expected = null;                                                    // TODO: Initialize to an appropriate value
            Label actual;

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