Ejemplo n.º 1
0
 public void Setup()
 {
     http_client_stub = new HttpClientWrapperStub();
 }
Ejemplo n.º 2
0
        public void Setup()
        {
            http_client_stub = new HttpClientWrapperStub();

            api_client = new ApiClient(TEST_API_TOKEN, http_client_stub);
        }