| Modifier and Type | Method and Description |
|---|---|
void |
TestListener.onScreenCaptureAdded(Log log,
ScreenCapture screenCapture)
Invoked each time a screencapture is added to log
|
void |
TestListener.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture)
Invoked each time a screencapture is added to test
|
| Modifier and Type | Method and Description |
|---|---|
void |
KlovMediaStorageHandler.saveScreenCapture(BasicMongoReportElement el,
ScreenCapture media) |
| Modifier and Type | Method and Description |
|---|---|
AbstractStructure<ScreenCapture> |
Test.getScreenCaptureContext() |
AbstractStructure<ScreenCapture> |
Log.getScreenCaptureContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Test.setScreenCaptureContext(AbstractStructure<ScreenCapture> screenCapture) |
void |
Log.setScreenCaptureContext(AbstractStructure<ScreenCapture> screenCapture) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ScreenCaptureService.resolvePath(ScreenCapture capture,
java.lang.String[] paths) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractReporter.autoCreateRelativePathMedia(ScreenCapture screenCapture,
java.lang.Boolean autoCreateRelativePath,
java.lang.String destination) |
void |
ExtentKlovReporter.onScreenCaptureAdded(Log log,
ScreenCapture screenCapture) |
void |
ConsoleLogger.onScreenCaptureAdded(Log log,
ScreenCapture screenCapture) |
void |
BasicFileReporter.onScreenCaptureAdded(Log log,
ScreenCapture screenCapture) |
void |
AbstractReporter.onScreenCaptureAdded(Log log,
ScreenCapture screenCapture) |
void |
ExtentKlovReporter.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
ConsoleLogger.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
BasicFileReporter.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
AbstractReporter.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
TestListener.onScreenCaptureCreated(Log log,
ScreenCapture screenCapture)
Invoked each time a screencapture is added to log
|
void |
TestListener.onScreenCaptureCreated(Test test,
ScreenCapture screenCapture)
Invoked each time a screencapture is added to test
|
Copyright © 2020. All Rights Reserved.