TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.tools.ui.common.internal.report.jscrib
Class TestSuiteVisitor

java.lang.Object
  extended by org.eclipse.hyades.test.tools.ui.common.internal.report.DescendingVisitor
      extended by org.eclipse.hyades.test.tools.ui.common.internal.report.jscrib.TestSuiteVisitor
All Implemented Interfaces:
Visitor

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class TestSuiteVisitor
extends DescendingVisitor
implements Visitor

This visitor visits a test (TPFTestSuite) and create a part of the final JScrib document.


Constructor Summary
TestSuiteVisitor(java.util.Map executionsByTestsuiteMap, long startTime, long endTime)
          Deprecated.  
 
Method Summary
 void addToResults(int[] newResultSet)
          Deprecated.  
 void postVisit()
          Deprecated.  
 void visit(DescendingVisitor dvisitor, java.lang.Object data, org.eclipse.tptp.platform.report.core.internal.DItem parent)
          Deprecated.  
 
Methods inherited from class org.eclipse.hyades.test.tools.ui.common.internal.report.DescendingVisitor
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSuiteVisitor

public TestSuiteVisitor(java.util.Map executionsByTestsuiteMap,
                        long startTime,
                        long endTime)
Deprecated. 
Method Detail

visit

public void visit(DescendingVisitor dvisitor,
                  java.lang.Object data,
                  org.eclipse.tptp.platform.report.core.internal.DItem parent)
           throws java.lang.Exception
Deprecated. 
Specified by:
visit in interface Visitor
Throws:
java.lang.Exception
See Also:
Visitor.visit(org.eclipse.hyades.test.tools.ui.common.internal.report.DescendingVisitor, java.lang.Object, org.eclipse.tptp.platform.report.core.internal.DItem)

postVisit

public void postVisit()
Deprecated. 
Specified by:
postVisit in interface Visitor
See Also:
Visitor.postVisit()

addToResults

public void addToResults(int[] newResultSet)
Deprecated. 

TPTP 4.5.0 Testing Tools Project
Internal API Specification