批注接口 WithListener
Annotate the class of an
The classes provided as listeners must have a no-arg constructor.
AbstractTest
or a method-based test with this annotation in order
to add test listeners to the test. The classes provided as listeners must have a no-arg constructor.
-
必需元素概要
所需元素
-
元素详细资料
-
value
Class<? extends TestListener>[] value返回 the listeners of the test。- 返回:
- the listeners of the test
-