Table of Contents

Class ConcurrentTestCaseFileRecord

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll

This class represents the file layout of ConcurrentTestCase when serialized.

public class ConcurrentTestCaseFileRecord : TestCaseFileRecord
Inheritance
ConcurrentTestCaseFileRecord
Inherited Members
Extension Methods

Properties

Segments

The segments of this concurrent test case when serialized.

public IList<TestCaseSegmentFileRecord> Segments { get; set; }

Property Value

IList<TestCaseSegmentFileRecord>