Add some test stubs

This commit is contained in:
Carl Lerche
2017-08-02 11:43:14 -07:00
parent a3cbf2d7ac
commit 19e562f9e0
3 changed files with 97 additions and 0 deletions

21
tests/flow_control.rs Normal file
View File

@@ -0,0 +1,21 @@
#[test]
#[ignore]
fn expand_window_sends_window_update() {
}
#[test]
#[ignore]
fn expand_window_calls_are_coalesced() {
}
#[test]
#[ignore]
fn recv_data_overflows_window() {
}
#[test]
#[ignore]
fn recv_window_update_causes_overflow() {
// A received window update causes the window to overflow.
}