use of org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.GetBeanInterceptor in project incubator-skywalking by apache.
the class GetBeanInterceptorTest method setUp.
@Before
public void setUp() {
interceptor = new GetBeanInterceptor();
when(enhanceRet.getSkyWalkingDynamicField()).thenReturn(new EnhanceRequireObjectCache());
when(enhancedInstance.getSkyWalkingDynamicField()).thenReturn(request);
}
Aggregations