public interface LogAction
SeLionReporter.log(String, boolean, boolean)
method. An instance of this interface needs to be hooked into
SeLionReporter
via a TestNG listener using the method SeLionReporter.addLogAction(LogAction)
.Modifier and Type | Method and Description |
---|---|
void |
perform()
Implement this method to define the custom action that needs to be done as apart of executing
SeLionReporter.log(String, boolean, boolean) |
void perform()
SeLionReporter.log(String, boolean, boolean)
Copyright © 2016 PayPal Open Source. All rights reserved.