MockFit icon indicating copy to clipboard operation
MockFit copied to clipboard

Kotlin library to intercept http responses that fits into retrofit

Results 2 MockFit issues
Sort by recently updated
recently updated
newest added

mock responses for multiple APISerivese files in feature modules.

## Problem statement I want to return error response for a specific endpoint eg. 500 error ## Possible solution Just like `apiIncludeIntoMock` array, we can pass another object to define...

feature request