Share via


TestContext.TestData Property

Definition

Gets or sets the test data for the test method being executed.

public object?[]? TestData { get; protected set; }
[System.Runtime.CompilerServices.Nullable(2)]
public object?[]? TestData { get; protected set; }
member this.TestData : obj[] with get, set
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.TestData : obj[] with get, set
Public Property TestData As Object()

Property Value

Object[]
Attributes

Applies to