Compartilhar via


PexSearchPriority Enum

Definition

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

Applies to