Hi i am new in Mockk library Kotlin. I want to mock view binding in unit testing. But i am unable to get proper example. I search Possible to mock/test Android ViewBinding interactions? I don't want to use @RunWith(PowerMockRunner::class). Does any one have better solution for this.
https://stackoverflow.com/questions/67928482/how-to-use-mockk-in-view-binding
Does any one know better solution ?