MessageSettingsService 단위 테스트

6

tests

0

failures

0

ignored

3.283s

duration

100%

successful

Tests

Test Method name Duration Result
기본 설정 생성 - 설정 없으면 정상 저장 createDefault_shouldSaveDefaultSettings_whenNotExist() 0.054s passed
기본 설정 생성 - 이미 존재하면 예외 발생 createDefault_shouldThrowException_whenSettingsExist() 0.013s passed
설정 조회 - 설정 존재 시 정상 반환 loadSettings_shouldReturnResponse_whenExist() 0.011s passed
설정 조회 - 설정 없으면 예외 발생 loadSettings_shouldThrowException_whenNotFound() 0.009s passed
설정 수정 - 설정 없으면 예외 발생 updateSettings_shouldThrowException_whenNotFound() 0.022s passed
설정 수정 - 필드 정상 업데이트 updateSettings_shouldUpdateFields_whenRequestValid() 3.174s passed