ContinuationFragmentHandlerTest
Tests
Test |
Method name |
Duration |
Result |
canHandle: fin=false && opcode=0x0 일 때만 true |
canHandle_conditions() |
0s |
passed |
바이너리 continuation이면 버퍼에 추가, false 반환, 스트림 닫힘 |
process_binaryContinuation() |
0.001s |
passed |
텍스트 continuation이면 버퍼에 추가, false 반환, 스트림 닫힘 |
process_textContinuation() |
0.001s |
passed |
fragmented=false 상태에서 호출되면 예외 |
process_throws_whenNotFragmented() |
0s |
passed |
Standard output
Received fragmented text continuation frame. Buffering...
Received fragmented binary continuation frame. Buffering...