コード例 #1
0
 public void WhenIRequestTheClientToBeAddedSync()
 {
     _restResponse.Data.Returns(_createdClient);
     _httpClient.ExecuteTaskAsync <Models.IuguClient>(Arg.Any <IRestRequest>()).ReturnsForAnyArgs(_restResponse);
     _createdClient = _sut.CreateClientSync(_client);
 }