eXpress Open Architecture Reference
×
Menu
Index

IFailureEffect

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 the XML string based on the format and the XSL style (Optional).
Properties
Tests the Abbreviation property of this Test.
Returns the attributes of the object.
Tests the Compensate property of this Test.
Tests the Description property of this Test.
Tests the EntrySource of this Test.
Tests the ID property of this Test
Tests the RefID property of this Test.
Tests the Severity property of this 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