EnumAfterLastValue
Enum
Sets behavior after last value.
Definition
Namespace:Telerik.JustMock.Helpers
Assembly:Telerik.JustMock.dll
Syntax:
cs-api-definition
public enum AfterLastValue
Fields
KeepReturningLastValue
The last value in the values array will be returned on each call.
StartFromBeginning
The member will start returning the same values starting from the beginning.
ThrowAssertionFailed
An assertion failure exception will be thrown on the call after the one that returns the last value.