Table of Contents

Class ConcurrentTestCase

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll
public class ConcurrentTestCase : TestCase
Inheritance
ConcurrentTestCase
Inherited Members
Extension Methods

Properties

Segments

The segments of this concurrent test case. Each segment contains one or more operation calls. Segments with a single call are executed sequentially; segments with multiple calls are executed concurrently.

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

Property Value

IList<TestCaseSegment>