|
|
|
@ -57,6 +57,13 @@ import org.springframework.aop.support.Pointcuts; |
|
|
|
import org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor; |
|
|
|
import org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor; |
|
|
|
import org.springframework.aop.target.HotSwappableTargetSource; |
|
|
|
import org.springframework.aop.target.HotSwappableTargetSource; |
|
|
|
import org.springframework.aop.target.SingletonTargetSource; |
|
|
|
import org.springframework.aop.target.SingletonTargetSource; |
|
|
|
|
|
|
|
import org.springframework.aop.testfixture.advice.CountingAfterReturningAdvice; |
|
|
|
|
|
|
|
import org.springframework.aop.testfixture.advice.CountingBeforeAdvice; |
|
|
|
|
|
|
|
import org.springframework.aop.testfixture.advice.MethodCounter; |
|
|
|
|
|
|
|
import org.springframework.aop.testfixture.advice.MyThrowsHandler; |
|
|
|
|
|
|
|
import org.springframework.aop.testfixture.interceptor.NopInterceptor; |
|
|
|
|
|
|
|
import org.springframework.aop.testfixture.interceptor.SerializableNopInterceptor; |
|
|
|
|
|
|
|
import org.springframework.aop.testfixture.interceptor.TimestampIntroductionInterceptor; |
|
|
|
import org.springframework.beans.testfixture.beans.IOther; |
|
|
|
import org.springframework.beans.testfixture.beans.IOther; |
|
|
|
import org.springframework.beans.testfixture.beans.ITestBean; |
|
|
|
import org.springframework.beans.testfixture.beans.ITestBean; |
|
|
|
import org.springframework.beans.testfixture.beans.Person; |
|
|
|
import org.springframework.beans.testfixture.beans.Person; |
|
|
|
@ -67,13 +74,6 @@ import org.springframework.core.testfixture.TestGroup; |
|
|
|
import org.springframework.core.testfixture.TimeStamped; |
|
|
|
import org.springframework.core.testfixture.TimeStamped; |
|
|
|
import org.springframework.core.testfixture.io.SerializationTestUtils; |
|
|
|
import org.springframework.core.testfixture.io.SerializationTestUtils; |
|
|
|
import org.springframework.lang.Nullable; |
|
|
|
import org.springframework.lang.Nullable; |
|
|
|
import org.springframework.tests.aop.advice.CountingAfterReturningAdvice; |
|
|
|
|
|
|
|
import org.springframework.tests.aop.advice.CountingBeforeAdvice; |
|
|
|
|
|
|
|
import org.springframework.tests.aop.advice.MethodCounter; |
|
|
|
|
|
|
|
import org.springframework.tests.aop.advice.MyThrowsHandler; |
|
|
|
|
|
|
|
import org.springframework.tests.aop.interceptor.NopInterceptor; |
|
|
|
|
|
|
|
import org.springframework.tests.aop.interceptor.SerializableNopInterceptor; |
|
|
|
|
|
|
|
import org.springframework.tests.aop.interceptor.TimestampIntroductionInterceptor; |
|
|
|
|
|
|
|
import org.springframework.util.StopWatch; |
|
|
|
import org.springframework.util.StopWatch; |
|
|
|
|
|
|
|
|
|
|
|
import static org.assertj.core.api.Assertions.assertThat; |
|
|
|
import static org.assertj.core.api.Assertions.assertThat; |
|
|
|
|