Returns a matcher that matches when the method is never executed.
public static final function never() : InvokedCountMatcher { return new InvokedCountMatcher(0); }