Language

TestFilterContext.FullyQualifiedName Property

Definition

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.

Applies to