17 references to _helloBytes
InMemory.FunctionalTests (17)
Http2\Http2ConnectionTests.cs (16)
450await SendDataAsync(1, _helloBytes, endStream: true); 465await SendDataAsync(3, _helloBytes, endStream: true); 997await SendDataAsync(1, _helloBytes, endStream: false); 1008await SendDataAsync(3, _helloBytes, endStream: false); 1050Assert.True(_helloBytes.AsSpan().SequenceEqual(stream1DataFrame1.PayloadSequence.ToArray())); 1052Assert.True(_helloBytes.AsSpan().SequenceEqual(stream3DataFrame1.PayloadSequence.ToArray())); 1203await SendDataAsync(1, _helloBytes, endStream: true); 1206await SendDataAsync(3, _helloBytes, endStream: true); 2234await SendDataAsync(1, _helloBytes, endStream: false); 2273await SendDataAsync(1, _helloBytes, endStream: true); 4187await SendDataAsync(1, _helloBytes, true); 4200await SendDataAsync(3, _helloBytes, true); 4856await SendDataAsync(1, _helloBytes, endStream: false); 5221await SendDataAsync(1, _helloBytes, true); 5256await SendDataAsync(1, _helloBytes, true); 5269await SendDataAsync(3, _helloBytes, true);
Http2\Http2WebSocketTests.cs (1)
699await SendDataAsync(3, _helloBytes, endStream: true);