PexAssertReachEventuallyAttribute.StopWhenAllReached 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 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.