Ejemplo n.º 1
0
 public void FireCustomEventRaised()
 {
     SubscribeToAllEvents();
     testObject.FireCustomEventRaised(this, null);
     Assert.AreEqual("CustomEventRaisedAnyEventRaised", this.count);
 }