コード例 #1
0
        public void GoAwayTest()
        {
            frmProjMismatch_Accessor target = new frmProjMismatch_Accessor(); // TODO: Initialize to an appropriate value

            target.GoAway();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
コード例 #2
0
        public void DisposeTest()
        {
            frmProjMismatch_Accessor target = new frmProjMismatch_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.");
        }
コード例 #3
0
        public void LoadPreviousAnswerTest()
        {
            frmProjMismatch_Accessor target = new frmProjMismatch_Accessor(); // TODO: Initialize to an appropriate value
            string PreviousAnswer           = string.Empty;                   // TODO: Initialize to an appropriate value

            target.LoadPreviousAnswer(PreviousAnswer);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
コード例 #4
0
        public void btnCancel_ClickTest()
        {
            frmProjMismatch_Accessor target = new frmProjMismatch_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.");
        }
コード例 #5
0
        public void chbDoNothing_CheckedChangedTest()
        {
            frmProjMismatch_Accessor target = new frmProjMismatch_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.chbDoNothing_CheckedChanged(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
コード例 #6
0
        public void SavePreviousMismatchAnswerTest()
        {
            frmProjMismatch_Accessor target       = new frmProjMismatch_Accessor(); // TODO: Initialize to an appropriate value
            string PreviousMismatchAnswer         = string.Empty;                   // TODO: Initialize to an appropriate value
            string PreviousMismatchAnswerExpected = string.Empty;                   // TODO: Initialize to an appropriate value

            target.SavePreviousMismatchAnswer(ref PreviousMismatchAnswer);
            Assert.AreEqual(PreviousMismatchAnswerExpected, PreviousMismatchAnswer);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
コード例 #7
0
        public void IsSameProjectionAsProjectTest()
        {
            frmProjMismatch_Accessor target = new frmProjMismatch_Accessor(); // TODO: Initialize to an appropriate value
            string proj     = string.Empty;                                   // TODO: Initialize to an appropriate value
            bool   expected = false;                                          // TODO: Initialize to an appropriate value
            bool   actual;

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