eXpress Open Architecture Reference
×
Menu
Index

ITest

 
The ITest Interface provides access to information associated with eXpress Tests. The ITest class is the base class to all other Test Types.
 
Methods
 
Returns the revision number of this Object.
Returns XML data containing requested information about the Test
 
Properties
 
Tests the Abbreviation property of this Test.
Returns the IAttrCollection object pointer of this Test.
Returns the Coverage of this Test.
Tests the Description property of this Test.
Tests the EntrySource property of this Test
Returns the ID of this Test.
Returns the TestOutcomeCollection object pointer of this Test.
Returns the TestStateCollection object pointer of this Test.
Returns the TestStimuliCollection object pointer fo this Test.
Returns the TestTargetCollection object pointer Test.
 
Remarks
 
Tests represent ways in which a design is tested. Their basic behavior implies a relationship between outputs of the design and components in the design, and the stimulus which drive them. Different types of tests establish different relationships and ways of looking at coverage. Ultimately, tests represent the link between a design and diagnostics in that the diagnostics requires tests in order to draw conclusions about failure.
 
See Also