Returns a matcher that matches when the method is executed exactly $count times.
public static final function exactly(int $count) : InvokedCountMatcher { return new InvokedCountMatcher($count); }