AspectJPointcutAdapterTest
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
같은 타입이지만 메서드는 매칭되지 않으면 neverMatches → false | matches_false_whenMethodDoesNotMatch() | 0.002s | passed |
couldMatchJoinPointsInType == false → 바로 false | matches_false_whenTypeCannotMatch() | 0.011s | passed |
alwaysMatches or maybeMatches → true | matches_true_whenExpressionMatches() | 0.205s | passed |
toString()은 표현식 문자열을 포함해야 한다 | toString_containsExpression() | 0.001s | passed |