Interface IMockServiceInterfaceRenderRequest

    • Method Detail

      • setSaveXml

        void setSaveXml​(boolean saveXml)
        Sets the boolean value to be available in IServiceInterfaceRenderRequest.getSaveXml() method.
        Parameters:
        saveXml - the boolean value that must be used during the tests.
        Since:
        5.6.0
      • setPageCachedInFile

        void setPageCachedInFile​(boolean pageCachedInFile)
        Sets the boolean value to be available in IPageWebResourceRequest.isPageCachedInFile() method.
        Parameters:
        pageCachedInFile - the boolean value that must be used during the tests.
        Since:
        5.6.0
      • setPrinting

        void setPrinting​(boolean printing)
        Sets the boolean value to be available in IServiceInterfaceRenderRequest.isPrinting() method.
        Parameters:
        printing - the boolean value that must be used during the tests.
        Since:
        5.6.0