protected void setUp() throws Exception {
super.setUp();
targetSource = createMock(ServiceEndpointTargetSource.class);
serviceRegistryReference = createMock(ServiceRegistryEntry.class);
optionsHelper = new ServiceEndpointOptionsHelper(null);
interceptor = new ServiceEndpointInterceptor(targetSource, "myBean", optionsHelper);
result = "somestring";
arguments = new Object[0];
method = ReflectionUtils.findMethod(String.class, "toString", new Class[] {});
assertNotNull(method);