-
- All Implemented Interfaces:
-
io.cucumber.plugin.ConcurrentEventListener,io.cucumber.plugin.Plugin
public final class AndroidLogcatReporter implements ConcurrentEventListenerLogs information about the currently executed statements to androids logcat.
-
-
Constructor Summary
Constructors Constructor Description AndroidLogcatReporter(String logTag)Creates a new instance for the given parameters.
-
Method Summary
Modifier and Type Method Description voidsetEventPublisher(EventPublisher publisher)-
-
Constructor Detail
-
AndroidLogcatReporter
AndroidLogcatReporter(String logTag)
Creates a new instance for the given parameters.- Parameters:
logTag- the tag to use for logging to logcat
-
-
Method Detail
-
setEventPublisher
void setEventPublisher(EventPublisher publisher)
-
-
-
-