public final class ParameterArgument extends Object
ArgumentConverter. Therefore, all parameters
should be reported in a Report using this class.| Constructor and Description |
|---|
ParameterArgument(int parameter)
Creates a new argument with the given parameter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
getParameter() |
int |
hashCode() |
static ParameterArgument |
parameter(int parameter) |
String |
toString() |
public ParameterArgument(int parameter)
parameter - the parameter for the argumentpublic static ParameterArgument parameter(int parameter)
public int getParameter()
Copyright © 2019. All rights reserved.