Paweł Adamski

Results 2 issues of Paweł Adamski

Currently HttpClientMock supports only mocking of HttpClient. In scope of this issue we want to add support for mocking HttpAsyncClient. Working HttpAsyncClientMock should look similar to HttpClientMock. Example: Record: ```...

enhancement
help wanted
hacktoberfest

`Equals` and `hashCode` methods are in general useless when one uses Hamcrest for testing. But I want to build a library for mocking Apache `HttpClient` and I plan to build...