CultureAttribute
CultureAttribute is used to mark a test fixture or an
individual method as applying to a particular Culture only.
public CultureAttribute()
Constructor with no cultures specified, for use
with named property syntax.
Constructor taking one or more cultures
Causes a test to be skipped if this CultureAttribute is not satisfied.
Test to determine if the a particular culture or comma-
delimited set of cultures is in use.
Test to determine if one of a collection of cultures
is being used currently.