Home
last modified time | relevance | path

Searched refs:lastInvocationUsed (Results 1 – 1 of 1) sorted by relevance

/external/easymock/src/org/easymock/internal/
DRecordState.java33 private boolean lastInvocationUsed = true; field in RecordState
77 lastInvocationUsed = false; in invoke()
138 lastInvocationUsed = true; in andStubReturn()
152 lastInvocationUsed = true; in setDefaultReturnValue()
159 lastInvocationUsed = true; in asStub()
169 lastInvocationUsed = true; in setDefaultVoidCallable()
179 lastInvocationUsed = true; in andStubThrow()
192 lastInvocationUsed = true; in setDefaultThrowable()
202 lastInvocationUsed = true; in andStubAnswer()
213 lastInvocationUsed = true; in andStubDelegateTo()
[all …]