PexAssertReachEventuallyAttribute.StopWhenAllReached 属性

定义

一个命名参数,用于指定探索是否应在达到所有目标时停止。

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

属性值

Boolean

将此值设置为 true 可指定在达到所有目标时探索应停止,否则设置为 false

适用于