Skip to content

Instantly share code, notes, and snippets.

@vikasmain
Created January 16, 2022 05:28
Show Gist options
  • Save vikasmain/6c536fc44d4aaf155b897f546e52ee6b to your computer and use it in GitHub Desktop.
Save vikasmain/6c536fc44d4aaf155b897f546e52ee6b to your computer and use it in GitHub Desktop.
@DisplayName("test on click listener for movie item")
@Test
fun testOnclickListener() {
MovieStateFlow.onClickStateFlow.value = "Spider man"
moviePresenter.observeOnClickStateFlow()
verify(view).openSingleItemView("Spider man")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment