Retromock icon indicating copy to clipboard operation
Retromock copied to clipboard

Java library for mocking responses in a Retrofit service.

Results 3 Retromock issues
Sort by recently updated
recently updated
newest added

Hi Team, We're struggling with an implementation where we need to mock different responses on the basis of certain parameters coming in the request. Can you please let us know...

enhancement

Hi, I try to use it for a JAVA project but unfortunately it fails due to: `java.lang.NoClassDefFoundError: kotlin/coroutines/Continuation` seems that kotlin is somethow required to use this lib in a...

- Updated the publishing setup - Updated Gradle from 4.9 to 8.9 - Updated JDK from 7 to 17 - Updated kotlin from 1.3.72 to 2.0.20 - Updated Deps -...