2022-03-02 15:02:35.936 INFO 2310 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [delta.codecharacter.server.match.MatchControllerIntegrationTest], using SpringBootContextLoader
2022-03-02 15:02:35.938 INFO 2310 --- [ Test worker] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [delta.codecharacter.server.match.MatchControllerIntegrationTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-03-02 15:02:35.938 INFO 2310 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [delta.codecharacter.server.match.MatchControllerIntegrationTest]: MatchControllerIntegrationTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-03-02 15:02:35.982 INFO 2310 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration delta.codecharacter.server.ServerApplication for test class delta.codecharacter.server.match.MatchControllerIntegrationTest
2022-03-02 15:02:35.994 INFO 2310 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [com.ninjasquad.springmockk.MockkTestExecutionListener, com.ninjasquad.springmockk.ClearMocksTestExecutionListener, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener, 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.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, 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]
2022-03-02 15:02:35.995 INFO 2310 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2a3fa3e8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5d831c80, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@29739d16, com.ninjasquad.springmockk.MockkTestExecutionListener@54bf393c, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@348f0a0, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@46ea9b55, org.springframework.test.context.support.DirtiesContextTestExecutionListener@734425b3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5e9f843e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1a96a2bd, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@8b4a289, org.springframework.test.context.event.EventPublishingTestExecutionListener@5a8f7791, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@7813b68a, com.ninjasquad.springmockk.ClearMocksTestExecutionListener@573f707f, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7a3220fb, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5b20e3d3, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3e62a9db, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@12f28ae0, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@792c55bd, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@254e1f30]
2022-03-02 15:02:36.070 WARN 2310 --- [ Test worker] o.h.v.i.p.javabean.JavaBeanExecutable : HV000254: Missing parameter metadata for MatchModeDto(String, int, String), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.