C# Class NUnit.Framework.SetCultureAttribute

Inheritance: PropertyAttribute, IApplyToContext
Mostrar archivo Open project: nunit/nunit

Public Methods

Method Description
SetCultureAttribute ( string culture ) : System

Construct given the name of a culture

Private Methods

Method Description
IApplyToContext ( TestExecutionContext context ) : void

Method Details

SetCultureAttribute() public method

Construct given the name of a culture
public SetCultureAttribute ( string culture ) : System
culture string
return System