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 RangeMocksControl. AT_LEAST_ONCEOne or more calls.static RangeMocksControl. ONCEExactly one call.static RangeMocksControl. ZERO_OR_MOREZero or more calls.Fields in org.easymock.internal with type parameters of type Range Modifier and Type Field Description private java.util.List<Range>Results. rangesMethods in org.easymock.internal that return Range Modifier and Type Method Description private RangeResults. getMainInterval()Methods in org.easymock.internal with parameters of type Range Modifier and Type Method Description voidResults. add(Result result, Range range)voidIMocksBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)voidMocksBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)voidUnorderedBehavior. addExpected(ExpectedInvocation expected, Result result, Range count)voidIMocksControlState. times(Range range)voidRecordState. times(Range range)voidReplayState. times(Range range)
-