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