Class CoverageCollectorCTESK.Leaf

    • Method Detail

      • getAspect

        public java.lang.String getAspect()
        Description copied from class: ReportEntity
        Gets the aspect which contains this report entity. Class report generator uses this information for an automatic reference generation; Other components of report generator may use this information as they see fit.
        Overrides:
        getAspect in class ReportEntity
        Returns:
        Aspect name. Empty string is used for an empty aspect. null if the aspect is unidentified.
      • generateRefs

        public void generateRefs​(java.io.PrintWriter pw,
                                 boolean compact)
        Description copied from class: HtmlReportPage
        Generates block of references from this page without heads.
        Overrides:
        generateRefs in class HtmlReportPage