NUnit.Framework.TheoryAttribute
Indicates that a test method is a theory and can be run multiple times with different input data.
namespace NUnit.Framework
{
public class TheoryAttribute : CombiningStrategyAttribute, ITestBuilder, IImplyFixture
{
public TheoryAttribute(bool searchInDeclaringTypes = false);
}
}