AnnotationPointcutTest

5

tests

0

failures

0

ignored

0.004s

duration

100%

successful

Tests

Test Method name Duration Result
메서드엔 없지만 declaring class(부모 포함)에 붙어 있으면 true declaringClassAnnotationMatches() 0s passed
메서드에 직접 붙어 있으면 true methodAnnotationWins() 0.001s passed
아무 곳에도 없으면 false noAnnotationAnywhere() 0.001s passed
파라미터에만 붙은 경우는 무시한다 parameterAnnotationIgnored() 0.001s passed
targetClass 에만 붙어 있어도 true (인터페이스 구현체 등) targetClassAnnotationMatches() 0.001s passed