BeforeAdviceBuilderTest

5

tests

0

failures

0

ignored

0.005s

duration

100%

successful

Tests

Test Method name Duration Result
JoinPoint 1개 파라미터 허용 oneJoinPoint_ok() 0.001s passed
static 메서드면 Supplier 호출되지 않아야 한다 staticMethod_supplierIgnored() 0.002s passed
파라미터 2개면 IllegalStateException twoParams_illegal() 0s passed
파라미터 1개지만 JoinPoint 아님 → IllegalStateException wrongParam_illegal() 0.001s passed
0개 파라미터 허용 zeroParam_ok() 0.001s passed