Class 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.Screenshot actualScreenshot  
      double distance  
      eu.tsystems.mms.tic.testframework.report.model.context.Screenshot distanceScreenshot  
      eu.tsystems.mms.tic.testframework.report.model.context.Screenshot expectedScreenshot  
      java.lang.String image  
      java.lang.String mode  
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface eu.tsystems.mms.tic.testframework.report.model.context.CustomContext

        getName
    • 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
    • Constructor Detail

      • LayoutCheckContext

        public LayoutCheckContext()
    • Method Detail

      • exportToReport

        public java.util.Map<java.lang.String,​java.lang.Object> exportToReport​(eu.tsystems.mms.tic.testframework.report.Report report)
        Specified by:
        exportToReport in interface eu.tsystems.mms.tic.testframework.report.model.context.CustomContext