AbstractFrameHandlerTest
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
canHandle=false이고 next도 없으면 WebSocketProtocolException 발생 | handle_whenNotSupported_andNoNext_throws() | 0.002s | passed |
canHandle=false면 next로 위임한다 | handle_whenNotSupported_delegatesToNext() | 0.002s | passed |
canHandle=true면 process만 실행되고 next는 호출되지 않는다 | handle_whenSupported_callsProcess_notNext() | 0.001s | passed |