org.testng
Interface IAttributes
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- ISuite, ITestContext, ITestResult
- All Known Implementing Classes:
- SuiteRunner, TestRunner
public interface IAttributes
- extends java.io.Serializable
Method Summary |
java.lang.Object |
getAttribute(java.lang.String name)
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Set a custom attribute. |
getAttribute
java.lang.Object getAttribute(java.lang.String name)
- Parameters:
name
- The name of the attribute to return
setAttribute
void setAttribute(java.lang.String name,
java.lang.Object value)
- Set a custom attribute.