Skip to content

Instantly share code, notes, and snippets.

@igorwojda
Created August 2, 2017 08:33
Show Gist options
  • Save igorwojda/00552158e32ec52c6e5aeb0ff516f253 to your computer and use it in GitHub Desktop.
Save igorwojda/00552158e32ec52c6e5aeb0ff516f253 to your computer and use it in GitHub Desktop.
Kotlin JUnit Test when_take_view_register_event_bus
@Test
fun `when take view then register event bus`() {
// given
profilePresenter.takeView(mockView)
// then
then(mockEventBus).should().register(profilePresenter)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment