NUnit.Framework.CombinatorialAttribute
Marks a test to use a combinatorial join of any argument data provided.
Since this is the default, the attribute is optional.
namespace NUnit.Framework
{
public class TearDownAttribute : NUnitAttribute
{
public TearDownAttribute();
}
}