TestParameters public abstract class TestParameters : ITestData, IApplyToTest TestParameters is the abstract base class for all classes that know how to provide data for constructing a test. Documentation Code namespace NUnit.Framework.Internal { }