sjor
sjor

Reputation: 1458

How to Mock DataSource.Factory for Unit Tests

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

Answers (0)

Related Questions