Class ch.std.jumpstart.JumpstartApplicationTests

2

tests

0

failures

0

ignored

0.067s

duration

100%

successful

Tests

Test Duration Result
contextLoads 0.004s passed
testCityAutoCompleteController 0.063s passed

Standard output

2018-11-24 08:00:44.443  INFO 4892 --- [    Test worker] .b.t.a.w.s.WebMvcTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [ch.std.jumpstart.JumpstartApplicationTests], using SpringBootContextLoader
2018-11-24 08:00:44.446  INFO 4892 --- [    Test worker] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [ch.std.jumpstart.JumpstartApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2018-11-24 08:00:44.446  INFO 4892 --- [    Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [ch.std.jumpstart.JumpstartApplicationTests]: JumpstartApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2018-11-24 08:00:44.542  INFO 4892 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration ch.std.jumpstart.JumpstartApplication for test class ch.std.jumpstart.JumpstartApplicationTests
2018-11-24 08:00:44.545  INFO 4892 --- [    Test worker] .b.t.a.w.s.WebMvcTestContextBootstrapper : 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.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.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2018-11-24 08:00:44.547  INFO 4892 --- [    Test worker] .b.t.a.w.s.WebMvcTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@ce3a02c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7b04fcff, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6fcf8f53, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6ec1af31, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7fb29005, org.springframework.test.context.transaction.TransactionalTestExecutionListener@238d7808, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@30abce3d, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@53f0573e, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3829c7fd, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@70acb5c8, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1e1857c6, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@4f00aa9c]

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.1.0.RELEASE)

2018-11-24 08:00:44.664  INFO 4892 --- [    Test worker] c.s.jumpstart.JumpstartApplicationTests  : Starting JumpstartApplicationTests on ubuntu with PID 4892 (started by user in /home/user/eclipse-workspace/jumpstart)
2018-11-24 08:00:44.665  INFO 4892 --- [    Test worker] c.s.jumpstart.JumpstartApplicationTests  : The following profiles are active: test
2018-11-24 08:00:45.231  INFO 4892 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$dd4fb753] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-11-24 08:00:46.200  INFO 4892 --- [    Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2018-11-24 08:00:46.923  INFO 4892 --- [    Test worker] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2018-11-24 08:00:46.924  INFO 4892 --- [    Test worker] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2018-11-24 08:00:46.933  INFO 4892 --- [    Test worker] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 9 ms
2018-11-24 08:00:46.969  INFO 4892 --- [    Test worker] c.s.jumpstart.JumpstartApplicationTests  : Started JumpstartApplicationTests in 2.393 seconds (JVM running for 17.097)