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

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

공개 메소드들

메소드 설명
GetAscii_Invalid ( IdnMapping idnMapping, string unicode, int index, int count, Type exceptionType ) : void
GetAscii_Invalid_TestData ( ) : IEnumerable
GetAscii_TestData ( ) : IEnumerable

비공개 메소드들

메소드 설명
GetAscii ( string unicode, int index, int count, string expected ) : void
GetAscii_Invalid ( string unicode, int index, int count, Type exceptionType ) : void
TestGetAsciiWithDot ( ) : void

메소드 상세

GetAscii_Invalid() 공개 정적인 메소드

public static GetAscii_Invalid ( IdnMapping idnMapping, string unicode, int index, int count, Type exceptionType ) : void
idnMapping IdnMapping
unicode string
index int
count int
exceptionType Type
리턴 void

GetAscii_Invalid_TestData() 공개 정적인 메소드

public static GetAscii_Invalid_TestData ( ) : IEnumerable
리턴 IEnumerable

GetAscii_TestData() 공개 정적인 메소드

public static GetAscii_TestData ( ) : IEnumerable
리턴 IEnumerable