8 references to _userAgentString
Microsoft.AspNetCore.Shared.Tests (8)
runtime\Http2\HPackDecoderTest.cs (8)
137Assert.Equal(_headerValueString, _handler.DecodedHeaders[_userAgentString]); 139Assert.Equal(_userAgentString, _handler.DecodedStaticHeaders[H2StaticTable.UserAgent].Key); 233TestDecodeWithIndexing(encoded, _userAgentString, _headerValueString); 243TestDecodeWithIndexing(encoded, _userAgentString, _headerValueString); 383TestDecodeWithoutIndexing(encoded, _userAgentString, _headerValueString); 393TestDecodeWithoutIndexing(encoded, _userAgentString, _headerValueString); 475TestDecodeWithoutIndexing(encoded, _userAgentString, _headerValueString); 488TestDecodeWithoutIndexing(encoded, _userAgentString, _headerValueString);