You can use the Mockito shipped answers:
when(mock.something()).then(AdditionalAnswers.returnsFirstArg())
Where AdditionalAnswers.returnsFirstArg() could be statically imported.
You can use the Mockito shipped answers:
when(mock.something()).then(AdditionalAnswers.returnsFirstArg())
Where AdditionalAnswers.returnsFirstArg() could be statically imported.