public RhinoEsbEventBrokerBusTest() { this.serviceBus = new Mock <IServiceBus>(); this.testee = new RhinoEsbEventBrokerBus(this.serviceBus.Object); }
public RhinoEsbEventBrokerBusTest() { this.serviceBus = new Mock<IServiceBus>(); this.testee = new RhinoEsbEventBrokerBus(this.serviceBus.Object); }