Class ResultRenderer


  • public class ResultRenderer
    extends java.lang.Object
    • Constructor Detail

      • ResultRenderer

        public ResultRenderer()
    • Method Detail

      • beginSuite

        public void beginSuite​(TestSuite suite,
                               AbstractPart part)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • endSuite

        public void endSuite​(AbstractPart part)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • beginSection

        public void beginSection​(SectionPart section)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • endSection

        public void endSection​(SectionPart section)
      • process

        public void process​(QueryPart test,
                            IResult result,
                            org.eclipse.mat.report.internal.RenderingInfo rInfo)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • processLink

        public void processLink​(LinkedPart linkedPart)