Beispiel #1
0
 public void Should_not_open_a_channel_when_not_connected()
 {
     eventBus.Publish(new ConnectionCreatedEvent());
     persistentConnection.AssertWasNotCalled(x => x.CreateModel());
 }