Package org.testng.annotations
Interface IListenersAnnotation
-
- All Superinterfaces:
IAnnotation
- All Known Subinterfaces:
IListeners
- All Known Implementing Classes:
ListenersAnnotation
public interface IListenersAnnotation extends IAnnotation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends ITestNGListener>[]
getValue()
void
setValue(Class<? extends ITestNGListener>[] value)
-
-
-
Method Detail
-
getValue
Class<? extends ITestNGListener>[] getValue()
-
setValue
void setValue(Class<? extends ITestNGListener>[] value)
-
-