TestContext.ResultsDirectory Property

Definition

Gets base directory for results from the test run. Typically a subdirectory of TestRunDirectory.

public virtual string ResultsDirectory { get; }
public virtual string? ResultsDirectory { get; }
member this.ResultsDirectory : string
Public Overridable ReadOnly Property ResultsDirectory As String

Property Value

Remarks

In the current implementation this returns the same path as TestResultsDirectory (the In directory). When run directory information is unavailable, the platform services layer can fall back to the application base directory.

Applies to