C# Class System.Globalization.Tests.CultureInfoMiscTests

Show file Open project: dotnet/corefx

Public Methods

Method Description
CultureInfo_TestData ( ) : IEnumerable

Private Methods

Method Description
ClearCachedDataTest ( ) : void
CultureNotFoundExceptionTest ( ) : void
GetCulturesTest ( string cultureName, int lcid, string specificCultureName, string threeLetterISOLanguageName, string threeLetterWindowsLanguageName, string alternativeCultureName, string consoleUICultureName ) : void
InstalledUICultureTest ( ) : void
LcidTest ( string cultureName, int lcid, string specificCultureName, string threeLetterISOLanguageName, string threeLetterWindowsLanguageName, string alternativeCultureName, string consoleUICultureName ) : void

Method Details

CultureInfo_TestData() public static method

public static CultureInfo_TestData ( ) : IEnumerable
return IEnumerable