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

Change api naming #169

Closed bitPogo closed 2 years ago

bitPogo commented 2 years ago

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

This makes housekeeping in terms of naming. It renames the verifier to collector for Factories. Also moves hard coded things like argument names into constants.

:thinking: DOD Checklist