예제 #1
0
 public void Setup()
 {
     http_client_stub = new HttpClientWrapperStub();
 }
예제 #2
0
        public void Setup()
        {
            http_client_stub = new HttpClientWrapperStub();

            api_client = new ApiClient(TEST_API_TOKEN, http_client_stub);
        }