Package org.citrusframework.report
Interface TestActionListenerAware
- All Known Implementing Classes:
TestActionListeners,TestContext
public interface TestActionListenerAware
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTestActionListener(TestActionListener listener) Adds a new test action listener.
-
Method Details
-
addTestActionListener
Adds a new test action listener.- Parameters:
listener-
-