Package org.testng
Interface IAttributes
-
- All Known Subinterfaces:
ISuite,ITestContext,ITestResult
- All Known Implementing Classes:
Attributes,SuiteRunner,TestResult,TestRunner
public interface IAttributesA trait that is used by all interfaces that lets the user add or remove their own attributes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAttribute(String name)Set<String>getAttributeNames()ObjectremoveAttribute(String name)Remove the attributevoidsetAttribute(String name, Object value)Set a custom attribute.
-