Example #1
0
 /// <summary>
 /// Constraints the request using custom logic
 /// </summary>
 /// <returns>The <see cref="T:MockedRequest"/> instance</returns>
 public MockedRequest With(IMockedRequestMatcher matcher)
 {
     this.matchers.Add(matcher);
     return(this);
 }
Example #2
0
 /// <summary>
 /// Constraints the request using custom logic
 /// </summary>
 /// <returns>The <see cref="T:MockedRequest"/> instance</returns>
 public MockedRequest With(IMockedRequestMatcher matcher)
 {
     this.matchers.Add(matcher);
     return this;
 }