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

            target.btnDelete = expected;
            actual           = target.btnDelete;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
コード例 #2
0
        public void frmBookmarkedViewDeleteConstructorTest()
        {
            frmBookmarkedViewDelete target = new frmBookmarkedViewDelete();

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