17 references to _helloBytes
InMemory.FunctionalTests (17)
Http2\Http2ConnectionTests.cs (16)
452await SendDataAsync(1, _helloBytes, endStream: true); 467await SendDataAsync(3, _helloBytes, endStream: true); 1005await SendDataAsync(1, _helloBytes, endStream: false); 1016await SendDataAsync(3, _helloBytes, endStream: false); 1058Assert.True(_helloBytes.AsSpan().SequenceEqual(stream1DataFrame1.PayloadSequence.ToArray())); 1060Assert.True(_helloBytes.AsSpan().SequenceEqual(stream3DataFrame1.PayloadSequence.ToArray())); 1211await SendDataAsync(1, _helloBytes, endStream: true); 1214await SendDataAsync(3, _helloBytes, endStream: true); 2242await SendDataAsync(1, _helloBytes, endStream: false); 2281await SendDataAsync(1, _helloBytes, endStream: true); 4198await SendDataAsync(1, _helloBytes, true); 4211await SendDataAsync(3, _helloBytes, true); 4867await SendDataAsync(1, _helloBytes, endStream: false); 5232await SendDataAsync(1, _helloBytes, true); 5267await SendDataAsync(1, _helloBytes, true); 5280await SendDataAsync(3, _helloBytes, true);
Http2\Http2WebSocketTests.cs (1)
699await SendDataAsync(3, _helloBytes, endStream: true);