Пример #1
0
        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);
        }