Table of Contents

Class TestCaseSegmentFileRecord

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll

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; }

Property Value

IList<OperationCallFileRecord>