net.thucydides.core.model
Class TestTag

Package class diagram package TestTag
java.lang.Object
  extended by net.thucydides.core.model.TestTag

public class TestTag
extends Object


Nested Class Summary
static class TestTag.TestTagBuilder
           
 
Method Summary
 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)

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-2012 Wakaleo Consulting. All Rights Reserved.