예제 #1
0
 public void Setup()
 {
     this.combHttpClient = Substitute.For <ICombHttpClient>();
     this.comb           = new Comb(combHttpClient);
 }
예제 #2
0
 public Comb(ICombHttpClient httpClient)
 {
     this.httpClient = httpClient;
 }