NUnit.Framework.CultureAttribute
namespace NUnit.
Framework
{
public class CultureAttribute :
IncludeExcludeAttribute,
IApplyToTest
{
public CultureAttribute();
public CultureAttribute(
string cultures);
public void ApplyToTest(
Test test);
public bool IsCultureSupported(
string culture);
public bool IsCultureSupported(
string[]
cultures);
}
}