Uses of Class
org.easymock.internal.Range
-
Packages that use Range Package Description org.easymock.internal -
-
Uses of Range in org.easymock.internal
Fields in org.easymock.internal declared as Range Modifier and Type Field Description static Range
MocksControl. AT_LEAST_ONCE
One or more calls.static Range
MocksControl. ONCE
Exactly one call.static Range
MocksControl. ZERO_OR_MORE
Zero or more calls.Methods in org.easymock.internal with parameters of type Range Modifier and Type Method Description void
Results. add(Result result, Range range)
void
IMocksBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)
void
MocksBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)
void
UnorderedBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)
void
IMocksControlState. times(Range range)
void
RecordState. times(Range range)
void
ReplayState. times(Range range)
-