Exemplo n.º 1
0
 public static void ShouldHadRaised <TEvent>(this IAggregate aggregate)
 {
     aggregate.HasRaised <TEvent>().ShouldBeTrue();
 }