public void FireProjectStarted() { SubscribeToAllEvents(); testObject.FireProjectStarted(this, null); Assert.AreEqual("ProjectStartedAnyEventRaised", this.count); }