Example #1
0
 public static void AssertWasPublished <T>(this IBus bus) where T : IMessage
 {
     bus.AssertWasPublished <T>(x => true);
 }