OpenTAP 9.24
API Reference
List of all members
OpenTap.IMergedTableResultListener Interface Reference

This interface adds support for optimized/merged result tables. This can provide a performance boost in situations where many rows of the same kinds of results are published. More...

Inheritance diagram for OpenTap.IMergedTableResultListener:
OpenTap.IResultListener OpenTap.IResource OpenTap.ITapPlugin

Additional Inherited Members

- Public Member Functions inherited from OpenTap.IResultListener
void OnTestPlanRunStart (TestPlanRun planRun)
 Called just when test plan starts. More...
 
void OnTestPlanRunCompleted (TestPlanRun planRun, System.IO.Stream logStream)
 Called when test plan finishes. At this point no more result will be sent to the result listener from said test plan run. More...
 
void OnTestStepRunStart (TestStepRun stepRun)
 Called just before a test step is started. More...
 
void OnTestStepRunCompleted (TestStepRun stepRun)
 Called when a test step run is completed. Result might still be propagated to the result listener after this event. More...
 
void OnResultPublished (Guid stepRunID, ResultTable result)
 Called when a result is received. More...
 
- Public Member Functions inherited from OpenTap.IResource
void Open ()
 When overridden in a derived class, opens a connection to the resource represented by this class.
 
void Close ()
 When overridden in a derived class, closes the connection made to the resource represented by this class.
 
- Properties inherited from OpenTap.IResource
string Name [getset]
 A short name to display in the user interface in areas with limited space.
 
bool IsConnected [get]
 Indicates whether this DUT is currently connected. This value should be set by Open() and Close().
 

Detailed Description

This interface adds support for optimized/merged result tables. This can provide a performance boost in situations where many rows of the same kinds of results are published.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41