TestContext.TestName Property

Definition

Gets the name of the test method currently being executed

public virtual string TestName { get; }
public virtual string? TestName { get; }
[System.Runtime.CompilerServices.Nullable(1)]
public virtual string TestName { get; }
member this.TestName : string
[<System.Runtime.CompilerServices.Nullable(1)>]
member this.TestName : string
Public Overridable ReadOnly Property TestName As String

Property Value

Attributes

Applies to