@ -5035,7 +5035,7 @@ database you can use the `@AutoConfigureTestDatabase` annotation:
@@ -5035,7 +5035,7 @@ database you can use the `@AutoConfigureTestDatabase` annotation:
Use `@RestClientTest` annotation can be used if you want to test REST clients. By default
it will autoconfigure Jackson and GSON support, configure a `RestTemplateBuilder` and
it will auto-configure Jackson and GSON support, configure a `RestTemplateBuilder` and
add support for `MockRestServiceServer`. The specific beans that you want to test should
be specified using `value` or `components` attribute of `@RestClientTest`:
@ -5047,7 +5047,7 @@ be specified using `value` or `components` attribute of `@RestClientTest`:
@@ -5047,7 +5047,7 @@ be specified using `value` or `components` attribute of `@RestClientTest`:
public class ExampleRestClientTest {
@Autowired
private MyService service;
private RemoteVehicleDetailsService service;
@Autowired
private MockRestServiceServer server;
@ -5057,7 +5057,7 @@ be specified using `value` or `components` attribute of `@RestClientTest`:
@@ -5057,7 +5057,7 @@ be specified using `value` or `components` attribute of `@RestClientTest`:
@ -416,7 +416,7 @@ public class MockitoPostProcessor extends InstantiationAwareBeanPostProcessorAda
@@ -416,7 +416,7 @@ public class MockitoPostProcessor extends InstantiationAwareBeanPostProcessorAda
@ -466,7 +466,7 @@ public class MockitoPostProcessor extends InstantiationAwareBeanPostProcessorAda
@@ -466,7 +466,7 @@ public class MockitoPostProcessor extends InstantiationAwareBeanPostProcessorAda
@ -44,7 +44,7 @@ public class RootUriTemplateHandler implements UriTemplateHandler {
@@ -44,7 +44,7 @@ public class RootUriTemplateHandler implements UriTemplateHandler {
@ -52,7 +52,7 @@ public class RootUriTemplateHandler implements UriTemplateHandler {
@@ -52,7 +52,7 @@ public class RootUriTemplateHandler implements UriTemplateHandler {