SimpleAroundInterceptorTest
|
100%
successful |
Tests
| Test | Method name | Duration | Result |
|---|---|---|---|
| advice 내부 예외는 그대로 전파 | adviceThrows_propagated() | 0.004s | passed |
| 정상 흐름: advice에서 proceed 호출하고 결과 래핑 | around_wrapsResult() | 0.002s | passed |
| 잘못된 시그니처는 IllegalArgumentException | ctor_wrongSignature_illegal() | 0.002s | passed |
| static advice면 supplier는 호출 안 됨(분기 추가 시) | staticAdvice_supplierIgnored_ifBranched() | 0.002s | passed |
| 타깃이 예외를 던지면 advice에서 받은 예외를 그대로 던질 수 있다 | targetThrows_propagated() | 0.003s | passed |