C# 클래스 System.Net.Http.Tests.AuthenticationHeaderValueTest

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

비공개 메소드들

메소드 설명
Add_BadValues_Throws ( ) : void
CallGetAuthenticationLength ( string input, int startIndex, int expectedLength, AuthenticationHeaderValue expectedResult ) : void
CheckInvalidGetAuthenticationLength ( string input, int startIndex ) : void
Clone_Call_CloneFieldsMatchSourceFields ( ) : void
Ctor_SetBothSchemeAndParameters_MatchExpectation ( ) : void
Ctor_SetSchemeOnly_MatchExpectation ( ) : void
Equals_UseSameAndDifferentAuth_EqualOrNotEqualNoExceptions ( ) : void
GetAuthenticationLength_DifferentInvalidScenarios_AllReturnZero ( ) : void
GetAuthenticationLength_DifferentValidScenarios_AllReturnNonZero ( ) : void
GetHashCode_UseSameAndDifferentAuth_SameOrDifferentHashCodes ( ) : void
Parse_BadValues_Throws ( ) : void
Parse_GoodValues_Success ( ) : void
ToString_UseBothNoParameterAndSetParameter_AllSerializedCorrectly ( ) : void
TryParse_BadValues_False ( ) : void
TryParse_GoodValues_Success ( ) : void