-
Notifications
You must be signed in to change notification settings - Fork 0
mock view model
milan edited this page Jul 7, 2023
·
3 revisions
//app/org.mjdev.balldontlie.base.helpers/Ext/mockViewModel
[androidJvm]\
inline fun <VM> mockViewModel(repository: IRepository = MockRepository): VM
Mock view model generation function.
In this case is used reflection, as there are no another possibility.
Function generate mocked view model, mainly with MockRepository as a input.
androidJvm
VM | Vm |