TestFilterContext.FullyQualifiedName 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 fully qualified test name in Namespace.Class.Method form.
public string FullyQualifiedName { get; set; }
member this.FullyQualifiedName : string with get, set
Public Property FullyQualifiedName As String
Property Value
Remarks
This mirrors the historical VSTest TestCase.FullyQualifiedName shape and is intended for filters that want a single string to match against.