mockito / mockito-kotlin

Using Mockito with Kotlin
MIT License
3.09k stars 198 forks source link

Add support of suspendable answers to BDD #429

Closed neworld closed 3 years ago

neworld commented 3 years ago

Post suspendable answer support to BDD mockito as well.

357

neworld commented 3 years ago

Can we mirror all other methods listed in OngoingStubbing.kt to mirror them to BDDMockito.kt?

Yes sure. But I found only a few cases missing. All others are covered by mockito itself. Also, changed the commit name.