17 references to _helloBytes
InMemory.FunctionalTests (17)
Http2\Http2ConnectionTests.cs (16)
446await SendDataAsync(1, _helloBytes, endStream: true); 461await SendDataAsync(3, _helloBytes, endStream: true); 981await SendDataAsync(1, _helloBytes, endStream: false); 992await SendDataAsync(3, _helloBytes, endStream: false); 1034Assert.True(_helloBytes.AsSpan().SequenceEqual(stream1DataFrame1.PayloadSequence.ToArray())); 1036Assert.True(_helloBytes.AsSpan().SequenceEqual(stream3DataFrame1.PayloadSequence.ToArray())); 1187await SendDataAsync(1, _helloBytes, endStream: true); 1190await SendDataAsync(3, _helloBytes, endStream: true); 2218await SendDataAsync(1, _helloBytes, endStream: false); 2257await SendDataAsync(1, _helloBytes, endStream: true); 4171await SendDataAsync(1, _helloBytes, true); 4184await SendDataAsync(3, _helloBytes, true); 4840await SendDataAsync(1, _helloBytes, endStream: false); 5205await SendDataAsync(1, _helloBytes, true); 5240await SendDataAsync(1, _helloBytes, true); 5253await SendDataAsync(3, _helloBytes, true);
Http2\Http2WebSocketTests.cs (1)
699await SendDataAsync(3, _helloBytes, endStream: true);