Exemple #1
0
        public void txtDescTest()
        {
            frmOnlineScriptDirectory target = new frmOnlineScriptDirectory(); // TODO: Initialize to an appropriate value
            TextBox expected = null;                                          // TODO: Initialize to an appropriate value
            TextBox actual;

            target.txtDesc = expected;
            actual         = target.txtDesc;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Exemple #2
0
        public void btnCloseTest()
        {
            frmOnlineScriptDirectory target = new frmOnlineScriptDirectory(); // TODO: Initialize to an appropriate value
            Button expected = null;                                           // TODO: Initialize to an appropriate value
            Button actual;

            target.btnClose = expected;
            actual          = target.btnClose;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Exemple #3
0
        public void frmOnlineScriptDirectoryConstructorTest()
        {
            frmOnlineScriptDirectory target = new frmOnlineScriptDirectory();

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