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) |
String |
getCompleteName() |
String |
getDisplayName() |
String |
getName() |
String |
getShortName() |
String |
getType() |
int |
hashCode() |
boolean |
isAsOrMoreSpecificThan(TestTag testTag) |
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 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)
Copyright © 2021. All rights reserved.