HttpProtocolHandlerTest
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
accept 메서드가 빈 요청을 받으면 아무 작업도 하지 않아야 한다 | accept_should_do_nothing_for_blank_request() | 0.004s | passed |
accept 메서드가 유효한 HTTP 요청을 성공적으로 처리해야 한다 | accept_should_process_valid_http_request() | 0.003s | passed |
supports 메서드는 'HTTP/1.1' 프로토콜을 지원해야 한다 | supports_should_return_true_for_http_protocol() | 0.098s | passed |