
Public Member Functions | |
| def | __init__ (self) |
| def | get_base_server (self) |
| def | on_connection_lost (self, reason) |
| def | on_data_received (self, event) |
| def | on_request_received (self, event) |
Private Attributes | |
| _base_server | |
This test injects PING frames before and after header and data. Keeps count of outstanding ping response and asserts when the count is non-zero at the end of the test.
Definition at line 20 of file test_ping.py.
| def test_ping.TestcasePing.__init__ | ( | self | ) |
Definition at line 27 of file test_ping.py.
| def test_ping.TestcasePing.get_base_server | ( | self | ) |
Definition at line 34 of file test_ping.py.
| def test_ping.TestcasePing.on_connection_lost | ( | self, | |
| reason | |||
| ) |
Definition at line 53 of file test_ping.py.
| def test_ping.TestcasePing.on_data_received | ( | self, | |
| event | |||
| ) |
Definition at line 42 of file test_ping.py.
| def test_ping.TestcasePing.on_request_received | ( | self, | |
| event | |||
| ) |
Definition at line 37 of file test_ping.py.
|
private |
Definition at line 28 of file test_ping.py.