Example #1
0
 public void textBox2_TextChangedTest()
 {
     properties_Accessor target = new properties_Accessor(); // 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.textBox2_TextChanged(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }