コード例 #1
0
ファイル: BaseExpectation.cs プロジェクト: julienblin/Colombo
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="stubMessageBus">The <see cref="IStubMessageBus"/> that created the expectation.</param>
 protected BaseExpectation(IStubMessageBus stubMessageBus)
 {
     StubMessageBus = stubMessageBus;
 }
コード例 #2
0
 public StubRequestHandleInvocation(IStubMessageBus stubMessageBus)
 {
     this.stubMessageBus = stubMessageBus;
 }