C# Class System.Globalization.Tests.CompareInfoMiscTests

Show file Open project: dotnet/corefx

Public Methods

Method Description
CompareInfo_TestData ( ) : IEnumerable
IndexOf_TestData ( ) : IEnumerable
IsSortable_TestData ( ) : IEnumerable
SortKey_TestData ( ) : IEnumerable

Private Methods

Method Description
IndexOfTest ( CompareInfo compareInfo, string source, string value, int startIndex, int indexOfExpected, int lastIndexOfExpected ) : void
IsSortableTest ( string source, bool hasSurrogate, bool expected ) : void
LcidTest ( string cultureName, int lcid ) : void
SortKeyMiscTest ( ) : void
SortKeyTest ( CompareInfo compareInfo, string string1, string string2, CompareOptions options, int expected ) : void
VersionTest ( ) : void

Method Details

CompareInfo_TestData() public static method

public static CompareInfo_TestData ( ) : IEnumerable
return IEnumerable

IndexOf_TestData() public static method

public static IndexOf_TestData ( ) : IEnumerable
return IEnumerable

IsSortable_TestData() public static method

public static IsSortable_TestData ( ) : IEnumerable
return IEnumerable

SortKey_TestData() public static method

public static SortKey_TestData ( ) : IEnumerable
return IEnumerable