Class PdfTestPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPluginCallbacks, step.core.plugins.ExecutionCallbacks, step.core.plugins.PluginCallbacks

    public class PdfTestPlugin
    extends AbstractLicensedPlugin
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected step.core.GlobalContext context  
    • Constructor Summary

      Constructors 
      Constructor Description
      PdfTestPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void executionControllerStart​(step.core.GlobalContext context)  
      protected String getModuleName()  
      File getScenarioDir()  
      File getSessionDir​(String sessionid)  
      step.core.plugins.WebPlugin getWebPlugin()  
      protected void setupPdfCompareFunctionIfNotExisting​(step.core.GlobalContext context)  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        afterInitializeData, executionControllerDestroy, initializeData, registerWebapp
      • Methods inherited from class step.core.plugins.AbstractExecutionPlugin

        afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, executionStart, rollbackReportNode, rollbackReportNode, unassociateThread
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString
      • Methods inherited from interface step.core.plugins.ExecutionCallbacks

        afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, executionStart, rollbackReportNode, unassociateThread
    • Field Detail

      • context

        protected step.core.GlobalContext context
    • Constructor Detail

      • PdfTestPlugin

        public PdfTestPlugin()
    • Method Detail

      • executionControllerStart

        public void executionControllerStart​(step.core.GlobalContext context)
                                      throws Exception
        Specified by:
        executionControllerStart in interface step.core.plugins.ControllerPluginCallbacks
        Overrides:
        executionControllerStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        Exception
      • setupPdfCompareFunctionIfNotExisting

        protected void setupPdfCompareFunctionIfNotExisting​(step.core.GlobalContext context)
      • getWebPlugin

        public step.core.plugins.WebPlugin getWebPlugin()
        Overrides:
        getWebPlugin in class step.core.plugins.AbstractControllerPlugin
      • getScenarioDir

        public File getScenarioDir()
      • getSessionDir

        public File getSessionDir​(String sessionid)