FinalContinuationFrameHandlerTest
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
canHandle: fin=true && opcode=0x0 일 때만 true | canHandle_conditions() | 0s | passed |
바이너리 조각 최종 프레임이면 바이너리 버퍼에 추가되고 true 반환, 스트림은 닫지 않음 | process_binaryContinuation() | 0s | passed |
텍스트 조각 최종 프레임이면 텍스트 버퍼에 추가되고 true 반환, 스트림은 닫지 않음 | process_textContinuation() | 0.001s | passed |
fragmented=false 상태에서 호출되면 예외 | process_throws_whenNotFragmented() | 0s | passed |