PexSearchPriority Enum
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.
Used by Microsoft.Pex.Engine.Focus.IPexFocus, specifies the priority of the target in the test search algorithm
public enum class PexSearchPriority
public enum PexSearchPriority
type PexSearchPriority =
Public Enum PexSearchPriority
- Inheritance
-
PexSearchPriority
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default priority |
Lowest | 1 | The lowest priority |
Low | 3 | A low priority |
Medium | 5 | The normal medium priority |
High | 8 | A high priority |
Highest | 10 | The highest priority |