ITestDataActionsListener
Implementationâ
In order inject your customized logging for your reports or you want to perform any other action when the request gets executed, you can implement this class and provide your implementations for different methods available in this listener interface.
onGet
â
This method will get executed after the get
method has been executed. It takes test data class as parameter.
onRow
â
This method will get executed when row
method will get executed.
onRows
â
This method will get executed when rows
method will get executed.