Share via


PexSettingsAttributeBase.DisableObservableAssertions Property

Definition

A named parameter that specifies whether observed values should not be asserted

public:
 property bool DisableObservableAssertions { bool get(); void set(bool value); };
[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Description("a value indicating that observed values should not be asserted")]
public bool DisableObservableAssertions { get; set; }
[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue(false)>]
[<System.ComponentModel.Description("a value indicating that observed values should not be asserted")>]
member this.DisableObservableAssertions : bool with get, set
Public Property DisableObservableAssertions As Boolean

Property Value

Set this parameter to true to specify that IntelliTest should not assert observed values and false otherwise.

Attributes

Applies to