anthonycr / Mockingbird

A minimalist faking framework exclusively for verifying interactions
MIT License
3 stars 2 forks source link

Documentation and removal of times function #31

Closed anthonycr closed 6 months ago

anthonycr commented 6 months ago

The times function is not really necessary and complicates the generated code, so better to just leave it out. It's preferable to use Kotlin's repeat function instead.