I can't find a nice Scala DSL way to specify that a mock was not called at all after a specified duration.
Something like
aMock wasNever calledAgain after 2.seconds
The doc also doesn't mention anthing. https://github.com/mockito/mockito-scala
UPDATE: See https://github.com/mockito/mockito-scala/issues/253