net.thucydides.core.model
Class TestTag

Package class diagram package TestTag
java.lang.Object
  extended by net.thucydides.core.model.TestTag
All Implemented Interfaces:
Comparable

public class TestTag
extends Object
implements Comparable


Nested Class Summary
static class TestTag.TestTagBuilder
           
 
Method Summary
 int compareTo(Object other)
           
 boolean equals(Object o)
           
 String getName()
           
 String getType()
           
 int hashCode()
           
 String toString()
           
static TestTag.TestTagBuilder withName(String tagName)
           
static TestTag withValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getType

public String getType()

withName

public static TestTag.TestTagBuilder withName(String tagName)

withValue

public static TestTag withValue(String value)

compareTo

public int compareTo(Object other)
Specified by:
compareTo in interface Comparable

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.