TestFilterContext.Source Property

Definition

Gets or sets the path to the test assembly file containing this test.

public string Source { get; set; }
member this.Source : string with get, set
Public Property Source As String

Property Value

Remarks

Matches VSTest TestCase.Source: the absolute path to the .dll being run. This is not a simple assembly name; see ManagedTypeName if you need an ECMA-335-style identifier.

Applies to