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

ParameterizedMethodSuite

ParameterizedMethodSuite holds a collection of individual TestMethods with their arguments applied.
public IMethodInfo Method { get; }

Gets a MethodInfo for the method implementing this test.

Initializes a new instance of the ParameterizedMethodSuite class.

Creates a copy of the given suite with only the descendants that pass the specified filter.