testing/src/mocks/ny_mock_api library

Classes

ApiCallInfo
Public info about an API call for assertions.
MockApiRequest
Represents a mock API request.
MockResponse
Represents a mock API response.
NyMockApi
API mocking utilities for testing.

Typedefs

MockApiHandler = Future Function(MockApiRequest request)
Handler function type for mock API responses.