Interface IAttributes
- All Known Subinterfaces:
ISuite, ITestContext, ITestResult
- All Known Implementing Classes:
Attributes, SuiteRunner, TestResult, TestRunner
public interface IAttributes
A trait that is used by all interfaces that lets the user add or remove their own attributes.
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) removeAttribute(String name) Remove the attributevoidsetAttribute(String name, Object value) Set a custom attribute.
-
Method Details
-
getAttribute
-
setAttribute
-
getAttributeNames
-
removeAttribute
-