TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.tptp.test.report.birt.internal
Class TabularTPFTestSuiteReportElement

java.lang.Object
  extended byReportElementImpl
      extended byorg.eclipse.tptp.test.report.birt.internal.TabularTPFTestSuiteReportElement

public class TabularTPFTestSuiteReportElement
extends ReportElementImpl

See Also:
Serialized Form

Field Summary
protected  org.eclipse.emf.common.util.EList allTestSuites
           
protected  java.util.Map executionResults
           
 
Constructor Summary
TabularTPFTestSuiteReportElement()
           
 
Method Summary
 void generate()
           
protected  java.io.InputStream getChildDataSource(org.eclipse.hyades.models.common.testprofile.TPFExecutionResult content)
           
protected  java.io.InputStream getChildTemplateFile()
           
 java.io.InputStream getDataSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allTestSuites

protected org.eclipse.emf.common.util.EList allTestSuites

executionResults

protected java.util.Map executionResults
Constructor Detail

TabularTPFTestSuiteReportElement

public TabularTPFTestSuiteReportElement()
Method Detail

getDataSource

public java.io.InputStream getDataSource()

getChildDataSource

protected java.io.InputStream getChildDataSource(org.eclipse.hyades.models.common.testprofile.TPFExecutionResult content)

getChildTemplateFile

protected java.io.InputStream getChildTemplateFile()

generate

public void generate()

TPTP 4.4.0 Testing Tools Project
Internal API Specification