NUnit.Framework.Internal.ParameterizedMethodSuite
ParameterizedMethodSuite holds a collection of individual
TestMethods with their arguments applied.
namespace NUnit.Framework.Internal
{
public class ParameterizedMethodSuite : TestSuite
{
public new IMethodInfo Method { get; }
public ParameterizedMethodSuite(IMethodInfo method);
public ParameterizedMethodSuite(ParameterizedMethodSuite suite, ITestFilter filter);
}
}