共用方式為


PexAssertReachEventuallyAttribute.StopWhenAllReached Property

Definition

A named parameter that specifies whether exploration should stop when all the goals have been reached.

public:
 property bool StopWhenAllReached { bool get(); void set(bool value); };
public bool StopWhenAllReached { get; set; }
member this.StopWhenAllReached : bool with get, set
Public Property StopWhenAllReached As Boolean

Property Value

Set this value to true to specify that exploration should stop when all goals are reached and false otherwise.

Applies to