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