TheoryAttribute public class TheoryAttribute : CombiningStrategyAttribute, ITestBuilder, IImplyFixture Indicates that a test method is a theory and can be run multiple times with different input data. Documentation Code public TheoryAttribute(bool searchInDeclaringTypes = false) Construct the attribute, specifying a combining strategy and source of parameter data.