public class ResultRenderer extends Object
Constructor and Description |
---|
ResultRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
beginSection(SectionPart section) |
void |
beginSuite(TestSuite suite,
AbstractPart part) |
void |
endSection(SectionPart section) |
void |
endSuite(AbstractPart part) |
TestSuite |
getSuite() |
void |
process(QueryPart test,
IResult result,
org.eclipse.mat.report.internal.RenderingInfo rInfo) |
void |
processLink(LinkedPart linkedPart) |
public TestSuite getSuite()
public void beginSuite(TestSuite suite, AbstractPart part) throws IOException
IOException
public void endSuite(AbstractPart part) throws IOException
IOException
public void beginSection(SectionPart section) throws IOException
IOException
public void endSection(SectionPart section)
public void process(QueryPart test, IResult result, org.eclipse.mat.report.internal.RenderingInfo rInfo) throws IOException
IOException
public void processLink(LinkedPart linkedPart)