public void btnDelTest_ClickTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     Teacher_Accessor target = new Teacher_Accessor(param0); // 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.btnDelTest_Click(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }