RunResultAndStatistics.HasPassed Property

Definition

Gets a value that indicates whether all tests in the associated test run have successfully passed.

public:
 property bool HasPassed { bool get(); };
public bool HasPassed { get; }
member this.HasPassed : bool
Public ReadOnly Property HasPassed As Boolean

Property Value

true if all tests in the associated test run have successfully passed; otherwise, false.

Applies to