<PackageReference Include="NUnit" Version="3.12.0" />

ITestData

public interface ITestData
The ITestData interface is implemented by a class that represents a single instance of a parameterized test.
object[] Arguments { get; }

Gets the argument list to be provided to the test

Gets the property dictionary for the test case

RunState RunState { get; }

Gets the RunState for this test case.

string TestName { get; }

Gets the name to be used for the test