org.eclipse.mat.report.internal
Class ResultRenderer
java.lang.Object
org.eclipse.mat.report.internal.ResultRenderer
public class ResultRenderer
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultRenderer
public ResultRenderer()
getSuite
public TestSuite getSuite()
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)