Package com.tngtech.jgiven.report.model
Class ArgumentInfo
java.lang.Object
com.tngtech.jgiven.report.model.ArgumentInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanvoidsetArgumentName(String argumentName) voidsetDataTable(DataTable dataTable) voidsetFormattedValue(String formattedValue) voidsetParameterName(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
-