Skip to content

Instantly share code, notes, and snippets.

@remcomokveld
Created April 14, 2019 19:49
Show Gist options
  • Select an option

  • Save remcomokveld/1a7c678a32582664f8c49b2680c5467f to your computer and use it in GitHub Desktop.

Select an option

Save remcomokveld/1a7c678a32582664f8c49b2680c5467f to your computer and use it in GitHub Desktop.
class TestMyFragment : MyFragment() {
override fun injectMembers() {
this.viewModel = testViewModel
}
companion object {
// static property can be set before launching the Fragment
// to a mock instance
lateinit var testViewModel: MyViewModel
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment