Skip to content

com_cloudurable_jai_test_mock

Rick Hightower edited this page Jul 16, 2023 · 1 revision

com.cloudurable.jai.test.mock

class diagram

HttpClientMock

HttpClientMock is a class that extends HttpClient and is designed for creating a mock HttpClient that is useful for testing purposes. This class provides a variety of methods for setting up responses for different types of requests, including synchronous and asynchronous POST and PUT requests.