RunConfiguration.IsValid 方法

定义

报告是否 RunConfiguration 有效。

public:
 virtual bool IsValid();
public bool IsValid ();
abstract member IsValid : unit -> bool
override this.IsValid : unit -> bool
Public Function IsValid () As Boolean

返回

Boolean

如果 TestRun 有效并且 RunConfiguration 包含对象,则为 true ITestElement ; 否则为 false。

实现

适用于