public interface ExtentReporter extends TestListener, AnalysisStrategyService
TestListener and
ReportAggregatesListener interface to provide additional functionality to each reporter.| Modifier and Type | Method and Description |
|---|---|
void |
flush(ReportAggregates reportAggregates)
Write to or update the target source (file, database)
|
String |
getReporterName()
Get the reporter name
|
void |
start()
Starts passing run information to the reporter
|
void |
stop()
Stops the reporter.
|
onAuthorAssigned, onCategoryAssigned, onDeviceAssigned, onLogAdded, onNodeStarted, onScreenCaptureAdded, onScreenCaptureAdded, onScreencastAdded, onTestRemoved, onTestStartedgetAnalysisStrategy, setAnalysisStrategyvoid start()
void stop()
void flush(ReportAggregates reportAggregates)
reportAggregates - a ReportAggregates objectString getReporterName()
Copyright © 2018. All rights reserved.