PathPatternTest

14

tests

0

failures

0

ignored

0.007s

duration

100%

successful

Tests

Test Method name Duration Result
패턴과 객체 동등성(equals) 및 해시코드(hashCode)를 검증한다. equalsAndHashCode() 0.002s passed
여러 경로 변수를 올바르게 추출해야 한다. extractPathVariables_multipleVariables() 0s passed
경로가 패턴과 매칭되지 않으면 빈 맵을 반환해야 한다. extractPathVariables_noMatchReturnsEmptyMap() 0s passed
경로 변수가 없는 경우 빈 맵을 반환해야 한다. extractPathVariables_noVariables() 0s passed
단일 경로 변수를 올바르게 추출해야 한다. extractPathVariables_singleVariable() 0.001s passed
패턴에 변수가 여러 개 있지만, 실제 경로에 없는 경우 빈 맵을 반환해야 한다. extractPathVariables_variablesInPatternButNotInPath() 0s passed
getOriginalPattern이 올바른 원본 패턴을 반환해야 한다. getOriginalPattern_returnsCorrectPattern() 0s passed
패턴과 정확히 일치하는지 확인한다 (trailing slash 없음). matches_exactMatch() 0s passed
고정된 경로 패턴이 올바르게 매칭되어야 한다. matches_fixedPath() 0.001s passed
여러 경로 변수가 있는 패턴이 올바르게 매칭되어야 한다. matches_multiplePathVariables() 0.001s passed
패턴이 루트 경로일 때 올바르게 매칭되어야 한다. matches_rootPath() 0.001s passed
단일 경로 변수가 있는 패턴이 올바르게 매칭되어야 한다. matches_singlePathVariable() 0s passed
패턴에 슬래시로만 구성된 변수가 포함된 경우 matches_slashVariablePattern() 0s passed
toString()이 원본 패턴을 반환해야 한다. toString_returnsOriginalPattern() 0.001s passed