NUnit.Framework.Internal.CultureDetector Members

The members of NUnit.Framework.Internal.CultureDetector are listed below.

See Also: Inherited members from System.Object

Public Constructors

Default constructor uses the current culutre.
Contruct a CultureDetector for a particular culture for testing.

Public Properties

[read-only]
Reasonstring. Return the last failure reason. Results are not defined if called before IsSupported( Attribute ) is called.

Public Methods

IsCultureSupported(string) : bool
Test to determine if the a particular culture or comma- delimited set of cultures is in use.
IsCultureSupported(string[]) : bool
Test to determine if one of a collection of culturess is being used currently.
IsCultureSupported(Xamarin.iOS.dll=NUnit.Framework.CultureAttribute) : bool
Tests to determine if the current culture is supported based on a culture attribute.