TPTP 4.4.0 Testing Tools Project
Internal API Specification

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

java.lang.Object
  extended byReportElementImpl
      extended byorg.eclipse.tptp.test.report.birt.internal.TestPassTPFTestSuiteReportElement
Direct Known Subclasses:
TestExecutionReportElement

public class TestPassTPFTestSuiteReportElement
extends ReportElementImpl

See Also:
Serialized Form

Field Summary
protected  org.eclipse.emf.common.util.EList allTestSuites
           
protected  java.util.Map executionResults
           
 
Constructor Summary
TestPassTPFTestSuiteReportElement()
           
 
Method Summary
 void generate()
           
 java.io.InputStream getDataSource()
           
 boolean isSortable()
           
protected  void setup()
           
 
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

TestPassTPFTestSuiteReportElement

public TestPassTPFTestSuiteReportElement()
Method Detail

getDataSource

public java.io.InputStream getDataSource()

setup

protected void setup()

generate

public void generate()

isSortable

public boolean isSortable()

TPTP 4.4.0 Testing Tools Project
Internal API Specification