C# 클래스 System.Globalization.Tests.CompareInfoMiscTests

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
CompareInfo_TestData ( ) : IEnumerable
IndexOf_TestData ( ) : IEnumerable
IsSortable_TestData ( ) : IEnumerable
SortKey_TestData ( ) : IEnumerable

비공개 메소드들

메소드 설명
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

메소드 상세

CompareInfo_TestData() 공개 정적인 메소드

public static CompareInfo_TestData ( ) : IEnumerable
리턴 IEnumerable

IndexOf_TestData() 공개 정적인 메소드

public static IndexOf_TestData ( ) : IEnumerable
리턴 IEnumerable

IsSortable_TestData() 공개 정적인 메소드

public static IsSortable_TestData ( ) : IEnumerable
리턴 IEnumerable

SortKey_TestData() 공개 정적인 메소드

public static SortKey_TestData ( ) : IEnumerable
리턴 IEnumerable