Returns a matcher that matches when the method is executed at least once.
public static final function atLeastOnce() : InvokedAtLeastOnceMatcher { return new InvokedAtLeastOnceMatcher(); }