AroundAdviceBuilderTest
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
ProceedingJoinPoint 한 개 파라미터 허용 | onePjp_ok() | 0.002s | passed |
static 메서드면 Supplier는 사용되지 않아야 한다 | staticMethod_supplierIgnored() | 0.002s | passed |
파라미터 2개면 IllegalStateException | twoParams_illegal() | 0.001s | passed |
파라미터 1개지만 ProceedingJoinPoint 아님 → IllegalStateException | wrongParam_illegal() | 0.001s | passed |
0개 파라미터면 IllegalStateException | zeroParam_illegal() | 0.001s | passed |