org.tap4j.ext.testng
Class TapAttribute

Package class diagram package TapAttribute
java.lang.Object
  extended by org.tap4j.ext.testng.TapAttribute
All Implemented Interfaces:
Serializable

public class TapAttribute
extends Object
implements Serializable

A TAP attribute used by TestNG extension. This attribute is linked to a method.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
TapAttribute(Method method, Object value)
          Constructor with parameters.
 
Method Summary
 Method getMethod()
           
 Object getValue()
           
 void setMethod(Method method)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapAttribute

public TapAttribute(Method method,
                    Object value)
Constructor with parameters.

Parameters:
method -
value -
Method Detail

getMethod

public Method getMethod()
Returns:
the method

setMethod

public void setMethod(Method method)
Parameters:
method - the method to set

getValue

public Object getValue()
Returns:
the value

setValue

public void setValue(Object value)
Parameters:
value - the value to set


Copyright © 2010-2012 TupiLabs. All Rights Reserved.