emitsCount function

Matcher emitsCount(
  1. int expectedCount
)

Matches when a Velo notifier emits exactly the expected number of states.

Implementation

Matcher emitsCount(int expectedCount) => VeloMatchers.emitsCount(expectedCount);