org.tap4j.ext.testng
Class TapAttribute
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TapAttribute
public TapAttribute(Method method,
Object value)
- Constructor with parameters.
- Parameters:
method
- value
-
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.