Click or drag to resize

TestedUnit Class

A data structure that represents a unit under test
Inheritance Hierarchy
SystemObject
  CFX.StructuresTestedUnit

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class TestedUnit

The TestedUnit type exposes the following members.

Constructors
 NameDescription
Public methodTestedUnit Default constructor
Top
Properties
 NameDescription
Public propertyOverallResult An enumeration indicating the overall result of the testing that was done to this unit
Public propertyTests A list of tests that were performed on this unit
Public propertyUnitIdentifier Unique ID of Production Unit, Panel, or Carrier
Public propertyUnitPositionNumber Logical reference of production unit as defined by CFX position rule (see CFX standard section 5.6).
Top
See Also