Package com.tngtech.jgiven.report.model
Class ArgumentInfo
java.lang.Object
com.tngtech.jgiven.report.model.ArgumentInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
boolean
void
setArgumentName
(String argumentName) void
setDataTable
(DataTable dataTable) void
setFormattedValue
(String formattedValue) void
setParameterName
(String parameterName)
-
Constructor Details
-
ArgumentInfo
public ArgumentInfo()
-
-
Method Details
-
setParameterName
-
getParameterName
- Returns:
- the parameter name if there is one
- Throws:
NullPointerException
- in case their is no parameter name
-
isParameter
public boolean isParameter()- Returns:
- whether this is argument is a parameter or not
-
setArgumentName
-
getArgumentName
-
setFormattedValue
-
getFormattedValue
-
setDataTable
-
getDataTable
-
isDataTable
public boolean isDataTable() -
hashCode
public int hashCode() -
equals
-