AntPathRequestMatcherTest

7

tests

0

failures

0

ignored

0.009s

duration

100%

successful

Tests

Test Method name Duration Result
null 패턴이면 NPE constructor_nullPattern_throws() 0.001s passed
Path 변수 추출 확인 matcher_extractVariables() 0.001s passed
매치 실패 시 MatchResult.notMatch() 반환 matcher_notMatch() 0.001s passed
caseSensitive=false 일 때 대소문자 무시 matches_caseInsensitive() 0.002s passed
HTTP 메서드가 다르면 매치 실패 matches_methodMismatch() 0s passed
메서드 미지정(null) 시 경로만 맞으면 매치 matches_pathOnly() 0.001s passed
toString 형식 확인 (간단 체크) toString_containsFields() 0.003s passed