-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test utilities for
FramePayload
s (#224)
Motivation: We have many test utilities for `HTTP2Frame` which predominantly make assertions about the payload. As part of the work done for #214 we'll need to make these assertions on the payload rather than the frame. Modifications: - Refactor `HTTP2Frame` test utilities to pull the payload assertions into separate assertions on `FramePayload` - `HTTP2Frame` assertions call through to the payload assertions Result: We can make assertions about payloads.
- Loading branch information
Showing
2 changed files
with
320 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.