public class TestTag extends Object implements Comparable<TestTag>
| Modifier and Type | Class and Description |
|---|---|
static class |
TestTag.TestTagBuilder |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TestTag otherTag) |
boolean |
equals(Object o) |
String |
getName() |
String |
getShortName() |
String |
getType() |
int |
hashCode() |
boolean |
isAsOrMoreSpecificThan(TestTag testTag) |
String |
toString() |
static TestTag.TestTagBuilder |
withName(String tagName) |
static TestTag |
withValue(String value) |
public static final TestTag EMPTY_TAG
public String getName()
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 © 2011–2014 Wakaleo Consulting. All rights reserved.