Reputation: 1458
In my Android project I use androidx.paging and mockk unit test library for Kotlin. How can I create a mock object of a DataSource.Factory in unit tests?
Upvotes: 5
Views: 607