TestCloudSettings.

TestFixture Property

Summary

Gets or sets a value indicating whether Tests should be run in parallel by Test Fixture.
Assembly
Cake.Xamarin.dll
Namespace
Cake.Xamarin
Containing Type
TestCloudSettings

Syntax

public bool TestFixture { get; set; }

Value

Type Description
bool true if Test fixtures should be run in parallel; otherwise, false.