It would be more helpfull if the name of an event that should be raised could be deteremined using a lambda expression. Like: theClass.ShouldRaise(() => c.Event); This makes it easier for refactoring and prevents the risk of failing unittests because of a typo.
↧