8 references to VerifyGoAway
InMemory.FunctionalTests (8)
Http2\Http2ConnectionTests.cs (6)
5144
VerifyGoAway
(await ReceiveFrameAsync(), int.MaxValue, Http2ErrorCode.INTERNAL_ERROR);
5158
VerifyGoAway
(await ReceiveFrameAsync(), 0, Http2ErrorCode.NO_ERROR);
5187
VerifyGoAway
(await ReceiveFrameAsync(), 3, Http2ErrorCode.NO_ERROR);
5219
VerifyGoAway
(await ReceiveFrameAsync(), Int32.MaxValue, Http2ErrorCode.NO_ERROR);
5237
VerifyGoAway
(await ReceiveFrameAsync(), 1, Http2ErrorCode.NO_ERROR);
5250
VerifyGoAway
(await ReceiveFrameAsync(), Int32.MaxValue, Http2ErrorCode.NO_ERROR);
Http2\Http2KeepAliveTests.cs (1)
204
VerifyGoAway
(await ReceiveFrameAsync().DefaultTimeout(), 0, Http2ErrorCode.INTERNAL_ERROR);
Http2\Http2TestBase.cs (1)
1320
VerifyGoAway
(frame, expectedLastStreamId, expectedErrorCode);