Class DelegateTests.Parameter
- java.lang.Object
-
- com.github.robtimus.junit.support.test.DelegateTests.Parameter
-
- Enclosing interface:
- DelegateTests<T>
public static final class DelegateTests.Parameter extends Object
A representation of a method parameter. It wraps the parameter type and value to use for the parameter when invoking the method the parameter is for.- Author:
- Rob Spoor