EmployeeServiceApplicationTests

1

tests

0

failures

0

ignored

0.006s

duration

100%

successful

Tests

Test Duration Result
contextLoads() 0.006s passed

Standard output

2021-04-19 13:27:20.819  INFO 34174 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.nisum.employeeservice.EmployeeServiceApplicationTests], using SpringBootContextLoader
2021-04-19 13:27:20.820  INFO 34174 --- [    Test worker] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [com.nisum.employeeservice.EmployeeServiceApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2021-04-19 13:27:20.821  INFO 34174 --- [    Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.nisum.employeeservice.EmployeeServiceApplicationTests]: EmployeeServiceApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2021-04-19 13:27:20.825  INFO 34174 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.nisum.employeeservice.EmployeeServiceApplication for test class com.nisum.employeeservice.EmployeeServiceApplicationTests
2021-04-19 13:27:20.827  INFO 34174 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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]
2021-04-19 13:27:20.827  INFO 34174 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4a1208b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6b986f66, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@668d4043, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@600ecf6e, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6da61e9c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@45edaf11, org.springframework.test.context.transaction.TransactionalTestExecutionListener@496e60b7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5f0db34b, org.springframework.test.context.event.EventPublishingTestExecutionListener@20204c8, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2a3fa6be, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@10ee1096, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@22cb7e2b, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@307d1afe, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@67a05019, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@72a96db]