Package | Description |
---|---|
org.easymock.internal |
Modifier and Type | Field and 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.
|
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 |
RecordState.times(Range range) |
void |
IMocksControlState.times(Range range) |
void |
ReplayState.times(Range range) |
Copyright © 2001–2022 EasyMock contributors. All rights reserved.