When verifying Metamorph streams, unexpected events may go unnoticed without Mockito.verifyNoMoreInteractions() (and InOrder.verifyNoMoreInteractions()).
The author's "warning" doesn't apply here, IMHO, since we actually do want to check the resulting data structure (i.e., event stream) as a whole.
Originally posted by @blackwinter in #338 (comment)