SimpleBeforeInterceptorTest

5

tests

0

failures

0

ignored

0.019s

duration

100%

successful

Tests

Test Method name Duration Result
0-파라미터 before: 먼저 실행되고 proceed 결과 반환 before0_success() 0.009s passed
JoinPoint 파라미터 전달 확인 before1_withJoinPoint() 0.003s passed
before 메서드가 예외 던지면 proceed 호출 전 예외 전파 beforeThrows_propagated() 0.002s passed
static before 메서드면 supplier는 호출 안 됨 staticBefore_supplierIgnored() 0.003s passed
타깃이 예외를 던지면 그대로 전파, before는 이미 실행됨 targetThrows_propagated() 0.002s passed