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

Default 0

The default priority

High 8

A high priority

Highest 10

The highest priority

Low 3

A low priority

Lowest 1

The lowest priority

Medium 5

The normal medium priority

Applies to