RunConfiguration.IsValid Method

Definition

Reports whether the RunConfiguration is valid.

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

Returns

true if the TestRun is valid and this RunConfiguration contains ITestElement objects; otherwise, false.

Implements

Applies to