public class TestTag extends Object implements Comparable<TestTag>
| Modifier and Type | Class and Description |
|---|---|
static class |
TestTag.TestTagBuilder |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TAG_TYPE |
static TestTag |
EMPTY_TAG |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TestTag otherTag) |
boolean |
equals(Object o) |
boolean |
equalsIgnoreCase(Object o) |
String |
getCompleteName() |
String |
getDisplayName() |
String |
getName() |
String |
getShortName() |
String |
getType() |
int |
hashCode() |
boolean |
isAsOrMoreSpecificThan(TestTag testTag) |
boolean |
isIssueTag()
Issue tags contain links to an external issue system, so reports are not generated for them.
|
String |
normalisedName() |
String |
normalisedType() |
String |
toString() |
TestTag |
withDisplayName(String displayName) |
static TestTag.TestTagBuilder |
withName(String tagName) |
static TestTag |
withValue(String value) |
public static final TestTag EMPTY_TAG
public static final String DEFAULT_TAG_TYPE
public boolean isIssueTag()
public String normalisedName()
public String normalisedType()
public String getCompleteName()
public String getName()
public String getDisplayName()
public String getType()
public String getShortName()
public static TestTag.TestTagBuilder withName(String tagName)
public int compareTo(TestTag otherTag)
compareTo in interface Comparable<TestTag>public boolean isAsOrMoreSpecificThan(TestTag testTag)
public boolean equalsIgnoreCase(Object o)
Copyright © 2023. All rights reserved.