DemoApplicationTests

1

tests

0

failures

0

ignored

0.370s

duration

100%

successful

Tests

Test Duration Result
contextLoads() 0.370s passed

Standard output

12:22:32.403 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
12:22:32.417 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
12:22:32.452 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.nisum.epe.demo.DemoApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
12:22:32.474 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.nisum.epe.demo.DemoApplicationTests], using SpringBootContextLoader
12:22:32.479 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.nisum.epe.demo.DemoApplicationTests]: class path resource [com/nisum/epe/demo/DemoApplicationTests-context.xml] does not exist
12:22:32.480 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.nisum.epe.demo.DemoApplicationTests]: class path resource [com/nisum/epe/demo/DemoApplicationTestsContext.groovy] does not exist
12:22:32.481 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.nisum.epe.demo.DemoApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
12:22:32.482 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.nisum.epe.demo.DemoApplicationTests]: DemoApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
12:22:32.553 [Test worker] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.nisum.epe.demo.DemoApplicationTests]
12:22:32.646 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [D:\projects\Pocs\demo-project-git-operations\build\classes\java\main\com\nisum\epe\demo\DemoApplication.class]
12:22:32.647 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.nisum.epe.demo.DemoApplication for test class com.nisum.epe.demo.DemoApplicationTests
12:22:32.790 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.nisum.epe.demo.DemoApplicationTests]: using defaults.
12:22:32.792 [Test worker] INFO org.springframework.boot.test.context.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.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, org.springframework.test.context.event.EventPublishingTestExecutionListener]
12:22:32.812 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@543e4222, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5a11a80f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4520fb93, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@78dcc200, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5e55a06b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@9d32a7e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4b6da4b4, org.springframework.test.context.event.EventPublishingTestExecutionListener@55bfb31b, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@261a073f, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@368a5958, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@10641339, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@386b4d45, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@4ebe8688]
12:22:32.817 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@589bac1a testClass = DemoApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@59f04050 testClass = DemoApplicationTests, locations = '{}', classes = '{class com.nisum.epe.demo.DemoApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@44727704, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4079686c, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3a14be3b, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@21e96e7e, org.springframework.boot.test.context.SpringBootTestArgs@1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
12:22:32.850 [Test worker] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}

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

2020-05-22 12:22:33.269  INFO 18184 --- [    Test worker] com.nisum.epe.demo.DemoApplicationTests  : Starting DemoApplicationTests on HYD-LAP-00497 with PID 18184 (started by skota in D:\projects\Pocs\demo-project-git-operations)
2020-05-22 12:22:33.271  INFO 18184 --- [    Test worker] com.nisum.epe.demo.DemoApplicationTests  : No active profile set, falling back to default profiles: default
2020-05-22 12:22:34.550  INFO 18184 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2020-05-22 12:22:34.584  INFO 18184 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22ms. Found 0 JPA repository interfaces.
2020-05-22 12:22:35.275  INFO 18184 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2020-05-22 12:22:35.556  INFO 18184 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2020-05-22 12:22:35.656  INFO 18184 --- [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2020-05-22 12:22:35.725  INFO 18184 --- [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 5.4.15.Final
2020-05-22 12:22:35.926  INFO 18184 --- [    Test worker] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2020-05-22 12:22:36.147  INFO 18184 --- [    Test worker] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2020-05-22 12:22:36.730  INFO 18184 --- [    Test worker] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-05-22 12:22:36.743  INFO 18184 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-05-22 12:22:37.336  WARN 18184 --- [    Test worker] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2020-05-22 12:22:37.923  INFO 18184 --- [    Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2020-05-22 12:22:38.451  INFO 18184 --- [    Test worker] com.nisum.epe.demo.DemoApplicationTests  : Started DemoApplicationTests in 5.589 seconds (JVM running for 7.519)