Relocate MockSpringFactoriesLoader

Closes gh-29176
This commit is contained in:
Phillip Webb
2022-09-19 22:04:32 -07:00
parent 52bffbff76
commit df9990f66b
7 changed files with 16 additions and 6 deletions

View File

@@ -14,13 +14,14 @@
* limitations under the License.
*/
package org.springframework.core.mock;
package org.springframework.core.test.io.support;
import java.util.List;
import org.junit.jupiter.api.Test;
import org.springframework.core.annotation.Order;
import org.springframework.core.test.io.support.MockSpringFactoriesLoader;
import static org.assertj.core.api.Assertions.assertThat;