public void FinalizeTest()
        {
            frmCustomProjection_Accessor target = new frmCustomProjection_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()
        {
            frmCustomProjection_Accessor target = new frmCustomProjection_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 btnCancel_ClickTest()
        {
            frmCustomProjection_Accessor target = new frmCustomProjection_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.btnCancel_Click(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void cboCategory_SelectedIndexChangedTest()
        {
            frmCustomProjection_Accessor target = new frmCustomProjection_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 lblDTest()
        {
            frmCustomProjection_Accessor target = new frmCustomProjection_Accessor(); // TODO: Initialize to an appropriate value
            int   index    = 0;                                                       // TODO: Initialize to an appropriate value
            Label expected = null;                                                    // TODO: Initialize to an appropriate value
            Label actual;

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