20 lines
2.7 KiB
XML
20 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuite name="com.project.auth.presentation.support.exception.ValidationExceptionHandlerTest" tests="6" skipped="0" failures="0" errors="0" timestamp="2026-05-12T06:25:57.503Z" hostname="donghyeon-960XGK" time="0.066">
|
|
<properties/>
|
|
<testcase name="handleValidationException_falls_back_to_sentinel_when_message_is_null()" classname="com.project.auth.presentation.support.exception.ValidationExceptionHandlerTest" time="0.016"/>
|
|
<testcase name="handleConstraintViolationException_uses_json_pointer_keys()" classname="com.project.auth.presentation.support.exception.ValidationExceptionHandlerTest" time="0.02"/>
|
|
<testcase name="handleHandlerMethodValidationException_uses_param_name_when_present()" classname="com.project.auth.presentation.support.exception.ValidationExceptionHandlerTest" time="0.01"/>
|
|
<testcase name="handleValidationException_global_errors_go_to_global_bucket()" classname="com.project.auth.presentation.support.exception.ValidationExceptionHandlerTest" time="0.007"/>
|
|
<testcase name="handleValidationException_collects_field_errors_under_json_pointer_keys()" classname="com.project.auth.presentation.support.exception.ValidationExceptionHandlerTest" time="0.002"/>
|
|
<testcase name="handleHandlerMethodValidationException_falls_back_to_indexed_unknown_when_paramname_null()" classname="com.project.auth.presentation.support.exception.ValidationExceptionHandlerTest" time="0.004"/>
|
|
<system-out><![CDATA[15:25:57.517 [Test worker] WARN com.project.auth.presentation.support.exception.ValidationExceptionHandler -- Validation failed: {/name=[NotBlank]}
|
|
15:25:57.531 [Test worker] WARN com.project.auth.presentation.support.exception.ValidationExceptionHandler -- Constraint violation: {/findUser/id=[must be a number]}
|
|
15:25:57.551 [Test worker] WARN com.project.auth.presentation.support.exception.ValidationExceptionHandler -- Handler method validation failed: {/q=[must be at least 2 chars]}
|
|
15:25:57.555 [Test worker] WARN com.project.auth.presentation.support.exception.ValidationExceptionHandler -- Validation failed: {__global__=[비밀번호가 일치하지 않습니다]}
|
|
15:25:57.564 [Test worker] WARN com.project.auth.presentation.support.exception.ValidationExceptionHandler -- Validation failed: {/user/email=[이메일 형식이 아님], /items/0/name=[이름은 필수]}
|
|
15:25:57.568 [Test worker] WARN com.project.auth.presentation.support.exception.ValidationExceptionHandler -- Handler method validation: 1 unnamed parameter(s); compile with -parameters to recover names
|
|
15:25:57.569 [Test worker] WARN com.project.auth.presentation.support.exception.ValidationExceptionHandler -- Handler method validation failed: {/unknown_-1=[missing]}
|
|
]]></system-out>
|
|
<system-err><![CDATA[]]></system-err>
|
|
</testsuite>
|