| Package | Description | 
|---|---|
| org.easymock.internal | 
| Modifier and Type | Field and Description | 
|---|---|
| static Range | MocksControl. AT_LEAST_ONCEOne or more calls. | 
| static Range | MocksControl. ONCEExactly one call. | 
| static Range | MocksControl. ZERO_OR_MOREZero or more calls. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Results. add(Result result,
   Range range) | 
| void | UnorderedBehavior. addExpected(ExpectedInvocation expected,
           Result result,
           Range count) | 
| void | MocksBehavior. addExpected(ExpectedInvocation expected,
           Result result,
           Range count) | 
| void | IMocksBehavior. addExpected(ExpectedInvocation expected,
           Result result,
           Range count) | 
| void | ReplayState. times(Range range) | 
| void | RecordState. times(Range range) | 
| void | IMocksControlState. times(Range range) | 
Copyright © 2001–2014 EasyMock contributors. All rights reserved.