C# Class System.Net.Http.Tests.AuthenticationHeaderValueTest

Show file Open project: dotnet/corefx

Private Methods

Method Description
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