Uses of Class
org.eclipse.mat.report.TestSuite

Packages that use TestSuite
org.eclipse.mat.report Controls building of reports from XML report definitions. 
org.eclipse.mat.report.internal Internal classes for controlling building of reports from XML report definitions (not API). 
 

Uses of TestSuite in org.eclipse.mat.report
 

Methods in org.eclipse.mat.report that return TestSuite
 TestSuite TestSuite.Builder.build(IQueryContext queryContext)
           
 

Uses of TestSuite in org.eclipse.mat.report.internal
 

Methods in org.eclipse.mat.report.internal that return TestSuite
 TestSuite ResultRenderer.getSuite()
           
 

Methods in org.eclipse.mat.report.internal with parameters of type TestSuite
 void ResultRenderer.beginSuite(TestSuite suite, AbstractPart part)