Package com.consol.citrus.report
Interface TestActionListenerAware
-
- All Known Implementing Classes:
TestActionListeners,TestContext
public interface TestActionListenerAware- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTestActionListener(TestActionListener listener)Adds a new test action listener.
-
-
-
Method Detail
-
addTestActionListener
void addTestActionListener(TestActionListener listener)
Adds a new test action listener.- Parameters:
listener-
-
-