Slide 117
Slide 117 text
@Test
fun `Test loadData happy path`() {
val viewModel = MyViewModel()
viewModel.onButtonClicked()
// Wait for the result -> using a CountDownLatch
// LiveDataTestUtil, Mockito await, etc.
}
// MyViewModelTest.kt
Code Smell!!
Bad practice