WebSocketProtocolDetectorTest

4

tests

0

failures

0

ignored

0.002s

duration

100%

successful

Tests

Test Method name Duration Result
빈 버퍼가 주어지면 'UNKNOWN'을 반환한다 should_return_unknown_for_empty_buffer() 0.001s passed
웹소켓 업그레이드 헤더가 없으면 'UNKNOWN'을 반환한다 should_return_unknown_when_header_is_absent() 0s passed
[1] webSocketRequest=GET /chat HTTP/1.1 Host: example.com Upgrade: websocket Connection: Upgrade should_return_websocket_when_header_is_present(String)[1] 0.001s passed
[2] webSocketRequest=GET /chat HTTP/1.1 Host: example.com Upgrade: websocket Connection: Upgrade should_return_websocket_when_header_is_present(String)[2] 0s passed