PexSettingsAttributeBase.TestEmissionBranchHits 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 IntelliTest can emit a new test case if the branch coverage increases, considering how often branches have been hit, capped by this option.
public:
property int TestEmissionBranchHits { int get(); void set(int value); };
[System.ComponentModel.DefaultValue(2)]
[System.ComponentModel.Description("A new test case may be emitted if the branch coverage increases, considering how often branches have been hit, capped by this option.")]
public int TestEmissionBranchHits { get; set; }
[<System.ComponentModel.DefaultValue(2)>]
[<System.ComponentModel.Description("A new test case may be emitted if the branch coverage increases, considering how often branches have been hit, capped by this option.")>]
member this.TestEmissionBranchHits : int with get, set
Public Property TestEmissionBranchHits As Integer
Property Value
The max branch hits.
- Attributes