This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.VSforMac.
Summary
Gets or sets a value indicating whether Tests should be run in parallel by Test Method.
- Assembly
- Cake
.Xamarin .dll - Namespace
- Cake
.Xamarin - Containing Type
- TestCloudSettings
Syntax
public bool TestChunk { get; set; }
Value
Type | Description |
---|---|
bool | true if Test methods should be run in parallel; otherwise, false . |