Enum AfterLastValue
Sets behavior after last value.
Namespace: Telerik.JustMock.Helpers
Assembly: Telerik.JustMock.dll
Syntax
public enum AfterLastValue
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.