Package de.otto.jlineup.report
Class ContextReport
java.lang.Object
de.otto.jlineup.report.ContextReport
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal List<ScreenshotComparisonResult>final ScreenshotContextfinal Summary -
Constructor Summary
ConstructorsConstructorDescriptionContextReport(int contextHash, ScreenshotContext screenshotContext, Summary summary, List<ScreenshotComparisonResult> results) -
Method Summary
-
Field Details
-
contextHash
public final int contextHash -
summary
-
results
-
screenshotContext
-
-
Constructor Details
-
ContextReport
public ContextReport(int contextHash, ScreenshotContext screenshotContext, Summary summary, List<ScreenshotComparisonResult> results)
-
-
Method Details
-
getUrl
-
getShortenedUrl
-
getContextHash
public int getContextHash() -
getWidth
public int getWidth() -
getShownCookies
-
getShownCookiesString
-
getDeviceInfo
-
getResults
-
isSuccess
public boolean isSuccess() -
equals
-
hashCode
public int hashCode() -
toString
-