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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPrefix
(CharSequence prefix) void
addSuffix
(CharSequence suffix) void
appendWord
(CharSequence word) static Word
static Word
boolean
getValue()
int
hashCode()
static Word
boolean
isArg()
boolean
boolean
boolean
void
setIntroWord
(boolean isIntroWord) void
setIsDifferent
(boolean b) void
toString()
-
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()
-