Page 402, listing 20.10 (printing version):
// TODO(“Not yet implemented”)
If not commented, Test cannot run correctly.
Because verify(beatBox).play(sound) in SoundViewModelTest.callsBeatBoxPlayOnButtonClicked() cannot be excuted and caused “kotlin.NotImplementedError: An operation is not implemented: Not yet implemented”.
So if you want to see the Failing test output in Figure 20.5,
TODO must be commented!!
Thanks.