MCPcopy Create free account
hub / github.com/gavv/httpexpect / testWebsocket

Function testWebsocket

e2e/websocket_test.go:160–165  ·  view source on GitHub ↗
(e *httpexpect.Expect)

Source from the content-addressed store, hash-verified

158}
159
160func testWebsocket(e *httpexpect.Expect) {
161 testWebsocketConn(e)
162 testWebsocketHeader(e)
163 testWebsocketSession(e)
164 testWebsocketTypes(e)
165}
166
167func TestE2EWebsocket_Live(t *testing.T) {
168 handler := createWebsocketHandler(wsHandlerOpts{})

Callers 3

TestE2EWebsocket_LiveFunction · 0.85

Calls 4

testWebsocketConnFunction · 0.85
testWebsocketHeaderFunction · 0.85
testWebsocketSessionFunction · 0.85
testWebsocketTypesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…