Package com.tngtech.jgiven.report.model
Class Word
java.lang.Object
com.tngtech.jgiven.report.model.Word
Represents a part of a step.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPrefix(CharSequence prefix) voidaddSuffix(CharSequence suffix) voidappendWord(CharSequence word) static Wordstatic WordbooleangetValue()inthashCode()static WordbooleanisArg()booleanbooleanbooleanvoidsetIntroWord(boolean isIntroWord) voidsetIsDifferent(boolean b) voidtoString()
-
Constructor Details
-
Word
public Word() -
Word
-
Word
-
-
Method Details
-
argWord
-
argWord
-
getFormattedValue
-
introWord
-
setValue
-
appendWord
-
addPrefix
-
addSuffix
-
isArg
public boolean isArg() -
getArgumentInfo
-
toString
-
hashCode
public int hashCode() -
equals
-
getValue
-
isIntroWord
public boolean isIntroWord() -
setIntroWord
public void setIntroWord(boolean isIntroWord) -
setIsDifferent
public void setIsDifferent(boolean b) -
isDifferent
public boolean isDifferent() -
isDataTable
public boolean isDataTable()
-