Esempio n. 1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="stubMessageBus">The <see cref="IStubMessageBus"/> that created the expectation.</param>
 protected BaseExpectation(IStubMessageBus stubMessageBus)
 {
     StubMessageBus = stubMessageBus;
 }
 public StubRequestHandleInvocation(IStubMessageBus stubMessageBus)
 {
     this.stubMessageBus = stubMessageBus;
 }