bitPogo / kmock

A humble mocking library for Kotlin, KotlinJS and Kotlin Multiplatform using Kotlin Symbol Processing (KSP).
Apache License 2.0
59 stars 2 forks source link

Add SideEffect Mitigator #153

Closed bitPogo closed 2 years ago

bitPogo commented 2 years ago

What does the PR achieve/Which part improves the PR?

This introduces FunProxy#run and FunProxy#runs to provide alias methods for SideEffects in order to improve their appeal.

:thinking: DOD Checklist