15 references to TestDecodeWithoutIndexing
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (15)
src\Shared\test\Shared.Tests\runtime\Http2\HPackDecoderTest.cs (15)
266TestDecodeWithoutIndexing(encoded, _headerNameString, _headerValueString); 290TestDecodeWithoutIndexing(encoded, _headerNameString, string.Empty); 314TestDecodeWithoutIndexing(encoded, _headerNameString, _headerValueString); 338TestDecodeWithoutIndexing(encoded, _headerNameString, _headerValueString); 349TestDecodeWithoutIndexing(encoded, _headerNameString, string.Empty); 360TestDecodeWithoutIndexing(encoded, _headerNameString, _headerValueString); 383TestDecodeWithoutIndexing(encoded, _userAgentString, _headerValueString); 393TestDecodeWithoutIndexing(encoded, _userAgentString, _headerValueString); 416TestDecodeWithoutIndexing(encoded, _headerNameString, _headerValueString); 429TestDecodeWithoutIndexing(encoded, _headerNameString, _headerValueString); 440TestDecodeWithoutIndexing(encoded, _headerNameString, _headerValueString); 451TestDecodeWithoutIndexing(encoded, _headerNameString, _headerValueString); 462TestDecodeWithoutIndexing(encoded, _headerNameString, _headerValueString); 475TestDecodeWithoutIndexing(encoded, _userAgentString, _headerValueString); 488TestDecodeWithoutIndexing(encoded, _userAgentString, _headerValueString);