Class TestProcessor.TestPage

    • Method Detail

      • generateRef

        public java.lang.String generateRef​(HtmlReportPage from,
                                            java.lang.String mark)
        Description copied from class: HtmlReportPage
        Generates a reference to the section mark of this page from the page from. If this page is included in another then generation is delegated to parent page.
        Overrides:
        generateRef in class HtmlReportPage
        Parameters:
        from - Page from where reference is.
        mark - Section's anchor. Null for reference to whole page.
        Returns:
        HTML-code of reference.