コード例 #1
0
        public void LinkLabel3Test()
        {
            frmScriptHelp target   = new frmScriptHelp(); // TODO: Initialize to an appropriate value
            LinkLabel     expected = null;                // TODO: Initialize to an appropriate value
            LinkLabel     actual;

            target.LinkLabel3 = expected;
            actual            = target.LinkLabel3;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
コード例 #2
0
        public void cmdOkTest()
        {
            frmScriptHelp target   = new frmScriptHelp(); // TODO: Initialize to an appropriate value
            Button        expected = null;                // TODO: Initialize to an appropriate value
            Button        actual;

            target.cmdOk = expected;
            actual       = target.cmdOk;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
コード例 #3
0
        public void frmScriptHelpConstructorTest()
        {
            frmScriptHelp target = new frmScriptHelp();

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