Searched refs:setUpperBound (Results 1 - 2 of 2) sorted by relevance

/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java1026 public CallCount setUpperBound(long upperBound) { method in class:LittleMock.CallCount
1056 public CallCount times(int times) { return setLowerBound(times).setUpperBound(times); }
1057 public CallCount atLeast(long n) { return setLowerBound(n).setUpperBound(Long.MAX_VALUE); }
1058 public CallCount atLeastOnce() { return setLowerBound(1).setUpperBound(Long.MAX_VALUE); }
1059 public CallCount between(long n, long m) { return setLowerBound(n).setUpperBound(m); }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 63 milliseconds