TestRun.IsValid Method

Definition

Returns a Boolean value that indicates whether the test run 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 test run ID, test entries, test hash table, test run configuration, run result, and statistics, and test name are not null; otherwise, false.

Implements

Applies to