public void Button3Test() { frmYesNoToAll target = new frmYesNoToAll(); // TODO: Initialize to an appropriate value Button expected = null; // TODO: Initialize to an appropriate value Button actual; target.Button3 = expected; actual = target.Button3; Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }
public void frmYesNoToAllConstructorTest() { frmYesNoToAll target = new frmYesNoToAll(); Assert.Inconclusive("TODO: Implement code to verify target"); }