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