Package com.tngtech.jgiven.report.model
Class Tag
java.lang.Object
com.tngtech.jgiven.report.model.Tag
A tag represents a Java annotation of a scenario-test.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
boolean
getColor()
getHref()
getName()
boolean
getStyle()
getTags()
getType()
int
hashCode()
boolean
void
void
setCssClass
(String cssClass) void
setDescription
(String description) void
void
setPrependType
(boolean prependType) void
setShowInNavigation
(boolean show) void
void
void
void
void
Returns a string representation where all non-alphanumeric characters are replaced with an underline (_).toString()
-
Constructor Details
-
Tag
-
Tag
-
Tag
-
-
Method Details
-
getName
-
isPrependType
public boolean isPrependType() -
getDescription
-
setDescription
-
setColor
-
getColor
-
setCssClass
-
getCssClass
-
getCssClassOrDefault
-
setStyle
-
getStyle
-
setType
-
getType
-
getHref
-
setHref
-
getValues
-
setValue
-
setValue
-
setPrependType
-
toString
-
getValueString
-
toIdString
-
hashCode
public int hashCode() -
equals
-
toEscapedString
Returns a string representation where all non-alphanumeric characters are replaced with an underline (_). In addition, the result is cut-off at a length of 255 characters.- Returns:
- a string representation without special characters
-
setName
-
getFullType
-
getTags
-
setTags
-
copy
-