Using JustMock, can I arrange a mock to return something based on the input parameter?
For example, say a method takes in an int, I want to return that value + 1
I want the output to always be mocked as input+1 but I don't know the input at design time.