FlakyTestAttribute.Tolerance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how many times a test can run and fail before being reported as a failed test.
[Android.Runtime.Register("tolerance")]
public int Tolerance { get; set; }
[<Android.Runtime.Register("tolerance")>]
member this.Tolerance : int with get, set
Property Value
The total number of allowed runs; the default is 1. If the tolerance factor is less than 1, the test runs only once.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.