Browse Source

Relocate tests that don't need to be in test-autoconfigure

Closes gh-47144
pull/47304/head
Andy Wilkinson 4 months ago
parent
commit
11cbb6aff2
  1. 3
      spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/RestClientWithRestTemplateBuilderTests.java
  2. 2
      spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/RestClientWithRestTemplateTests.java

3
spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/client/RestClientWithRestTemplateBuilderTests.java → spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/RestClientWithRestTemplateBuilderTests.java

@ -14,11 +14,10 @@ @@ -14,11 +14,10 @@
* limitations under the License.
*/
package org.springframework.boot.test.autoconfigure.web.client;
package org.springframework.boot.web.client;
import org.junit.jupiter.api.Test;
import org.springframework.boot.web.client.RestTemplateBuilder;
import org.springframework.test.web.client.MockRestServiceServer;
import org.springframework.web.client.RestClient;
import org.springframework.web.client.RestClient.Builder;

2
spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/client/RestClientWithRestTemplateTests.java → spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/client/RestClientWithRestTemplateTests.java

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.test.autoconfigure.web.client;
package org.springframework.boot.web.client;
import org.junit.jupiter.api.Test;
Loading…
Cancel
Save