Class LayoutCheckContext
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.layout.reporting.LayoutCheckContext
-
- All Implemented Interfaces:
eu.tsystems.mms.tic.testframework.report.model.context.CustomContext
public class LayoutCheckContext extends java.lang.Object implements eu.tsystems.mms.tic.testframework.report.model.context.CustomContext
-
-
Field Summary
Fields Modifier and Type Field Description eu.tsystems.mms.tic.testframework.report.model.context.ScreenshotactualScreenshotdoubledistanceeu.tsystems.mms.tic.testframework.report.model.context.ScreenshotdistanceScreenshoteu.tsystems.mms.tic.testframework.report.model.context.ScreenshotexpectedScreenshotjava.lang.Stringimagejava.lang.Stringmode
-
Constructor Summary
Constructors Constructor Description LayoutCheckContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>exportToReport(eu.tsystems.mms.tic.testframework.report.Report report)
-
-
-
Field Detail
-
image
public java.lang.String image
-
mode
public java.lang.String mode
-
distance
public double distance
-
expectedScreenshot
public eu.tsystems.mms.tic.testframework.report.model.context.Screenshot expectedScreenshot
-
actualScreenshot
public eu.tsystems.mms.tic.testframework.report.model.context.Screenshot actualScreenshot
-
distanceScreenshot
public eu.tsystems.mms.tic.testframework.report.model.context.Screenshot distanceScreenshot
-
-