Class TestCaseSegmentFileRecord
This class represents the file layout of TestCaseSegment when serialized.
public class TestCaseSegmentFileRecord
- Inheritance
-
TestCaseSegmentFileRecord
- Inherited Members
Properties
OperationCalls
The operation calls in this segment.
public IList<OperationCallFileRecord> OperationCalls { get; set; }