2024-02-26 11:38:58.208 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper.buildDefaultMergedContextConfiguration(305): Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.ws.fastapi.FastApiApplicationTests], using SpringBootContextLoader 2024-02-26 11:38:58.217 INFO [main] o.s.t.c.s.AbstractContextLoader.generateDefaultLocations(264): Could not detect default resource locations for test class [com.ws.fastapi.FastApiApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. 2024-02-26 11:38:58.218 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils.detectDefaultConfigurationClasses(83): Could not detect default configuration classes for test class [com.ws.fastapi.FastApiApplicationTests]: FastApiApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2024-02-26 11:38:58.357 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper.getOrFindConfigurationClasses(238): Found @SpringBootConfiguration com.ws.fastapi.FastApiApplication for test class com.ws.fastapi.FastApiApplicationTests 2024-02-26 11:38:58.452 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper.getDefaultTestExecutionListenerClassNames(245): Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2024-02-26 11:38:58.467 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper.getTestExecutionListeners(174): Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@a8c1f44, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@150ab4ed, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@3c435123, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@50fe837a, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3a62c01e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7a8fa663, org.springframework.test.context.event.EventPublishingTestExecutionListener@5ce33a58, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@78a287ed, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@546ccad7, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5357c287, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1623134f, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7a527389, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@485a3466] 2024-02-26 11:38:58.769 INFO [main] c.w.f.FastApiApplicationTests.logStarting(55): Starting FastApiApplicationTests using Java 1.8.0_162 on DESKTOP-43N0TQO with PID 47180 (started by Íõ˧ in D:\workspace-wangshuai\workspace\fast-api) 2024-02-26 11:38:58.779 INFO [main] c.w.f.FastApiApplicationTests.logStartupProfileInfo(637): No active profile set, falling back to default profiles: default 2024-02-26 11:39:00.495 INFO [main] c.w.f.FastApiApplicationTests.logStarted(61): Started FastApiApplicationTests in 1.988 seconds (JVM running for 3.652) 2024-02-26 15:36:13.270 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper.buildDefaultMergedContextConfiguration(305): Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.ws.fastapi.FastApiApplicationTests], using SpringBootContextLoader 2024-02-26 15:36:13.277 INFO [main] o.s.t.c.s.AbstractContextLoader.generateDefaultLocations(264): Could not detect default resource locations for test class [com.ws.fastapi.FastApiApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. 2024-02-26 15:36:13.277 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils.detectDefaultConfigurationClasses(83): Could not detect default configuration classes for test class [com.ws.fastapi.FastApiApplicationTests]: FastApiApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2024-02-26 15:36:13.369 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper.getOrFindConfigurationClasses(238): Found @SpringBootConfiguration com.ws.fastapi.FastApiApplication for test class com.ws.fastapi.FastApiApplicationTests 2024-02-26 15:36:13.432 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper.getDefaultTestExecutionListenerClassNames(245): Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2024-02-26 15:36:13.444 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper.getTestExecutionListeners(174): Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@a8c1f44, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@150ab4ed, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@3c435123, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@50fe837a, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3a62c01e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7a8fa663, org.springframework.test.context.event.EventPublishingTestExecutionListener@5ce33a58, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@78a287ed, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@546ccad7, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5357c287, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1623134f, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7a527389, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@485a3466] 2024-02-26 15:36:13.669 INFO [main] c.w.f.FastApiApplicationTests.logStarting(55): Starting FastApiApplicationTests using Java 1.8.0_162 on DESKTOP-43N0TQO with PID 64760 (started by Íõ˧ in D:\workspace-wangshuai\workspace\fast-api) 2024-02-26 15:36:13.673 INFO [main] c.w.f.FastApiApplicationTests.logStartupProfileInfo(637): No active profile set, falling back to default profiles: default 2024-02-26 15:36:14.857 INFO [main] c.w.f.FastApiApplicationTests.logStarted(61): Started FastApiApplicationTests in 1.382 seconds (JVM running for 2.533)