dev.arildo.iris.mock.annotation.IrisMockInterceptor.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iris-mock Show documentation
Show all versions of iris-mock Show documentation
A kotlin-first tool to intercept android network calls, modify requests/responses and mock entire APIs
package dev.arildo.iris.mock.annotation
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class IrisMockInterceptor // TODO assert Interceptor implementation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy