PexSettingsAttributeBase.TestEmissionFilter 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 grounds on which IntelliTest should generate test cases.
public:
property Microsoft::Pex::Framework::Settings::PexTestEmissionFilter TestEmissionFilter { Microsoft::Pex::Framework::Settings::PexTestEmissionFilter get(); void set(Microsoft::Pex::Framework::Settings::PexTestEmissionFilter value); };
[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue(Microsoft.Pex.Framework.Settings.PexTestEmissionFilter.FailuresAndIncreasedBranchHitsIncludedOrExcluded)]
[System.ComponentModel.Description("which test cases IntelliTest should emit")]
public Microsoft.Pex.Framework.Settings.PexTestEmissionFilter TestEmissionFilter { get; set; }
[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue(Microsoft.Pex.Framework.Settings.PexTestEmissionFilter.FailuresAndIncreasedBranchHitsIncludedOrExcluded)>]
[<System.ComponentModel.Description("which test cases IntelliTest should emit")>]
member this.TestEmissionFilter : Microsoft.Pex.Framework.Settings.PexTestEmissionFilter with get, set
Public Property TestEmissionFilter As PexTestEmissionFilter
Property Value
Which test cases IntelliTest should emit.
- Attributes