コード例 #1
0
        public RhinoEsbEventBrokerBusTest()
        {
            this.serviceBus = new Mock <IServiceBus>();

            this.testee = new RhinoEsbEventBrokerBus(this.serviceBus.Object);
        }
コード例 #2
0
        public RhinoEsbEventBrokerBusTest()
        {
            this.serviceBus = new Mock<IServiceBus>();

            this.testee = new RhinoEsbEventBrokerBus(this.serviceBus.Object);
        }