Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mockk

Not able to use MockK in Android Espresso UI Testing

Kotlin and MockK throw com.sun.tools.attach.AttachNotSupportedException: no providers installed

kotlin mockk

Trying to convert this Mockito test to Mockk results in error

how to return two different mocks from same function depending on passed parameters in mockk?

android kotlin testing mockk

MockK spy on top-level private function in Kotlin

kotlin mockk

Kotest with Mockk: How to clear verify count

Kotlin Mockk test for suspend cancellable coroutine cancellation

Capture vararg arguments with MockK?

kotlin mockk

Mockk verify fails when checking called and wasNot called

kotlin testing mockk kotest

Android Local Unit Test - Mock FirebaseAuth with MockK

How to mock a builder using MockK so that the builder functions are commutative?

mockk java.lang.AssertionError: Verification failed: call 1 of 1: was not called

android unit-testing mockk

Mockk: How to mock object id being generated when object is saved (answers + vararg)

kotlin testing mockk

MockK mock ViewModel's savedStateHandle.getLiveData()

How to run lambda function passed to a mockked method?

Mockk : Mock more than one interface at the same time

kotlin mockk

Mockk: Stubbing same function twice ignores first behaviour

kotlin mockk