Package org.testng.annotations
Interface IListenersAnnotation
- All Superinterfaces:
IAnnotation
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends ITestNGListener>[]getValue()voidsetValue(Class<? extends ITestNGListener>[] value)
-
Method Details
-
getValue
Class<? extends ITestNGListener>[] getValue() -
setValue
-