NUnit.Framework.TestCaseAttribute
public class TestCaseAttribute : NUnitAttribute, ITestBuilder, ITestCaseData, ITestData, IImplyFixture
Marks a method as a parameterized test suite and provides arguments for each test case.
namespace NUnit.Framework
{
public class NonTestAssemblyAttribute : NUnitAttribute
{
public NonTestAssemblyAttribute();
}
}