PexSettingsAttributeBase.DisableObservableAssertions 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.
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