<PackageReference Include="NUnit" Version="3.0.0-beta-2" />

ITestCaseData

public interface ITestCaseData
The ITestCaseData interface is implemented by a class that is able to return complete testcases for use by a parameterized test method.
object[] Arguments { get; }

Gets the argument list to be provided to the test

object ExpectedResult { get; }

Gets the expected result of the test case

bool HasExpectedResult { get; }

Returns true if an expected result has been set

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