Package org.testng.internal.annotations
Class ListenersAnnotation
java.lang.Object
org.testng.internal.annotations.ListenersAnnotation
- All Implemented Interfaces:
IAnnotation
,IListenersAnnotation
,IListeners
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends ITestNGListener>[]
getValue()
void
setValue
(Class<? extends ITestNGListener>[] value)
-
Field Details
-
m_value
-
-
Constructor Details
-
ListenersAnnotation
public ListenersAnnotation()
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceIListenersAnnotation
-
setValue
- Specified by:
setValue
in interfaceIListenersAnnotation
-