prepareDispatchInfo() 메서드 테스트
|
100%
successful |
Tests
| Test | Method name | Duration | Result |
|---|---|---|---|
| 유효한 JSON 문자열을 정확히 파싱하여 DispatchInfo 객체를 생성해야 한다. | shouldParseJsonAndReturnCorrectDispatchInfo() | 0.003s | passed |
| 유효하지 않은 JSON 문자열에 대해 예외를 발생시켜야 한다. | shouldThrowException_forInvalidJson() | 0.003s | passed |