예외 케이스
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
destination 이 text가 아니면(IOException) | destinationNotText() | 0.002s | passed |
JSON 자체가 invalid 면 JsonProcessingException → IOException 상위포착 | invalidJson() | 0.001s | passed |
destination 필드가 없으면 IOException | missingDestination() | 0s | passed |
payload 필드가 없으면 IOException | missingPayload() | 0.001s | passed |