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