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

ITest

public interface ITest : IXmlNodeBuilder
object[] Arguments { get; }

string ClassName { get; }

object Fixture { get; }

string FullName { get; }

bool HasChildren { get; }

string Id { get; }

bool IsSuite { get; }

string MethodName { get; }

string Name { get; }

ITest Parent { get; }

RunState RunState { get; }

int TestCaseCount { get; }

IList<ITest> Tests { get; }

string TestType { get; }

Gets the type of the test

Gets the Type of the test fixture, if applicable, or null if no fixture type is associated with this test.