com.tngtech.jgiven.report.model
Class Tag

java.lang.Object
  extended by com.tngtech.jgiven.report.model.Tag

public class Tag
extends Object

A tag represents a Java annotation of a scenario-test.


Constructor Summary
Tag(String name)
           
Tag(String name, Object value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 String getName()
           
 Object getValue()
           
 String getValueString()
           
 int hashCode()
           
 boolean isPrependType()
           
 void setDescription(String description)
           
 Tag setPrependType(boolean prependType)
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tag

public Tag(String name)

Tag

public Tag(String name,
           Object value)
Method Detail

getName

public String getName()

isPrependType

public boolean isPrependType()

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getValue

public Object getValue()

setValue

public void setValue(Object value)

setPrependType

public Tag setPrependType(boolean prependType)

toString

public String toString()
Overrides:
toString in class Object

getValueString

public String getValueString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2014 TNG Technology Consulting. All rights reserved.