Package net.thucydides.core.model
Class TestTag
java.lang.Object
net.thucydides.core.model.TestTag
- All Implemented Interfaces:
Comparable<TestTag>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetName()getType()inthashCode()booleanisAsOrMoreSpecificThan(TestTag testTag) toString()withDisplayName(String displayName) static TestTag.TestTagBuilderstatic TestTag
-
Field Details
-
EMPTY_TAG
-
DEFAULT_TAG_TYPE
- See Also:
-
-
Method Details
-
normalisedName
-
normalisedType
-
getCompleteName
-
getName
-
getDisplayName
-
getType
-
getShortName
-
withName
-
withValue
-
withDisplayName
-
compareTo
- Specified by:
compareToin interfaceComparable<TestTag>
-
isAsOrMoreSpecificThan
-
equals
-
hashCode
public int hashCode() -
toString
-