TestFilterContext.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.