Skip to content

Instantly share code, notes, and snippets.

@elihart
Created November 20, 2019 17:25
Show Gist options
  • Select an option

  • Save elihart/8e08da223bbfe935c98f96ce16c3c8cf to your computer and use it in GitHub Desktop.

Select an option

Save elihart/8e08da223bbfe935c98f96ce16c3c8cf to your computer and use it in GitHub Desktop.
MvRx Mock Declaration Example
class DadJokeFragment : MvRxFragment() {
val viewModel: DadJokeViewModel by fragmentViewModel()
override fun provideMocks() = mockSingleViewModel(
viewModelReference = DadJokeFragment::viewModel,
defaultState = mockDadJokeState
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment