示例#1
0
 public void IgnoreEventTest()
 {
     NullListener_Accessor target = new NullListener_Accessor(); // TODO: Initialize to an appropriate value
     object sender = null; // TODO: Initialize to an appropriate value
     EventArgs args = null; // TODO: Initialize to an appropriate value
     target.IgnoreEvent(sender, args);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
示例#2
0
 public void NullListenerConstructorTest()
 {
     NullListener_Accessor target = new NullListener_Accessor();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }