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