SimpleAfterInterceptorTest
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
proceed 성공 후 0-파라미터 after 호출 | after0_success() | 0.046s | passed |
proceed 성공 후 JoinPoint 파라미터 전달 | after1_success_withJoinPoint() | 0.003s | passed |
타깃에서 예외가 나도 after는 실행되고, 예외는 다시 던져짐 | after_runs_even_when_target_throws() | 0.004s | passed |
after 메서드가 예외를 던지면 그 예외를 그대로 던짐 | after_throws_propagated() | 0.006s | passed |
static after 메서드면 Supplier는 호출되지 않아도 됨 | static_after_supplier_not_used() | 0.002s | passed |