Package io.zeebe.test.util
Class ArgumentAnswer<T>
- java.lang.Object
-
- io.zeebe.test.util.ArgumentAnswer<T>
-
- All Implemented Interfaces:
org.mockito.stubbing.Answer<T>
public class ArgumentAnswer<T> extends Object implements org.mockito.stubbing.Answer<T>
Identity function on one of the arguments- Author:
- Lindhauer
-
-
Field Summary
Fields Modifier and Type Field Description protected intargIndex
-
Constructor Summary
Constructors Constructor Description ArgumentAnswer(int argIndex)
-