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
IOExceptionpublic void endSuite(AbstractPart part) throws IOException
IOExceptionpublic void beginSection(SectionPart section) throws IOException
IOExceptionpublic void endSection(SectionPart section)
public void process(QueryPart test, IResult result, org.eclipse.mat.report.internal.RenderingInfo rInfo) throws IOException
IOExceptionpublic void processLink(LinkedPart linkedPart)